jrpbuilds/SharpServ
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
= SharpServ -- README = Copyright (C) 2011 SharpServ <https://github.com/painejake/SharpServ/> SharpServ is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Comments are welcome. - Jake Paine == Welcome to SharpServ == SharpServ is an Open Source implementation for a web server written in C# using the Mono framework (.NET 3.5) The project is designed to learn more about C# and the cross platform support provided by the Mono Project. SharpServ should build under any envrionment where Mono and/or .NET is avaliable. The idea is to build a web server serving HTML and CSS pages quickly, without leaving a large footprint behind. Eventually the web server should support the following features: * Multiple listener threads. * XML configuration. * A plugin 'like' system. If you would like to contribute to the project please fork and show your changes or contact me via GitHub messenger.