Skip to main content

Hans Muster's Library tagged http   View Popular

09 Jan 09

C# WebServer - Home

This project is a flexible http server which can be embedded in any .Net application. It has a modular design where features are added using modules. The server also supports REST and all http verbs (and not just GET). More info about the core: Core

The modular design allows you to use a small specific part or get a fully blown MVC webserver.

1. Just use the (framework included, not System.Net.) HttpListener, to take care of everything yourself
2. Use the httpserver, that also gives you better response handling and sessions.
3. Add the file module, which also allows the server to serve files under a specific directory/subdirectories (you can also use multiple file modules).
4. Add the controller module to be able to use controllers.
5. Use the template manager in your controllers to get views.
6. Use ViewController to integrate views in the controllers (adds some Render methods).


See? Modular design that doesn't force you to use more functions than you need.

www.codeplex.com/webserver - Preview

codeplex webserver component embedding opensource free c# http

1 - 3 of 3
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo