4 projects tagged "web server"
QtWebApp allows you to write standalone Web server applications in C++ as easily as Java Servlets. The HTTP 1.1 server supports persistent connections, sessions with cookies, and file uploads. It contains a template engine and a logger that can be configured at runtime. The application runs on Unix as a daemon, on Windows as a service, and on all operating systems on the command line. It is based on Nokia QT 4.7. Compatibility with QT 4.8 and 5.0 has been verified successfully.
G-WAN is an extremely fast Web application server. It runs scripts written in ANSI C. This server is safer than others, since it uses less code, no buffer copies, and no library calls that can lead to buffer overflows. G-WAN can outperform IBM Apache, Microsoft IIS, and Sun GlassFish by several orders of magnitude, both on Windows and Linux.