Baby Web Server favicon

Baby Web Server

This program was build as an alternative for Microsoft IIS . The main goal was to design a simple web server with support for ASP. Setting up Baby ASP Web Server is very easy: copy the executable to a directory of your choice, set the directory of your webpages and it's ready to run! Features:

  • Multi threaded.
  • Real time server log.
  • Configure directory for webpages (same for all connections).
  • Configure default HTML page.
  • Support for GET, POST, and HEAD methods (form processing).
  • Sends directory listing if default HTML is not found in directory.
  • Native ASP support (Request, Response, Server, QueryString and Form collections, Session, etc).
  • Cookie support (including 'arrays' and enumeration!).
  • SSI (Server Side Includes) support.
  • Statistics: total connections, successful and failed requests and more.
  • limit: 5 simultaneous connections.
devd

devd

Devd is a single statically compiled binary with no external dependencies, and is released for OSX, Linux and Windows. Don't w ...

SimpleServer:WWW

SimpleServer:WWW

Ever wanted to set up a webserver so that you could have your friends check out a new page you're working on? Or maybe you'd j ...

Wt

Wt

Wt (pronounced as witty) is a C++ library for developing web applications. The API is widget-centric and uses well-tested patt ...