A cross platform Http web server developed using C++.
Agile methodology with emphasis on :-
1. Good Design
2. Object Oriented Programming
3. Refactoring
4. Static/Dynamic Analysis, Unit-testing, Code Coverage
5. Software Engineering best practices.
json-httpd is a library that provides a web server with JSON-RPC capabilities. The library makes it easy to develop a WUI for application using static HTML and JAVA using JSON-RPC for communication. It also works as a standalone web server.
Pykori (formerly: pyserv) is a lightweight server which has inbuilt support for python. It was meant to replace hacky methods of running Django/Python webapps with a proper, reliable server, however it can also be used to server static pages.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Exhausted is a c library meant to allow a threaded program to serve http/https static or dynamic (cgi-like) content in a bunch of calls.
It includes facilities to serve files, manage basic authentication, redirection, and cookies.
Jaiwls is a component oriented framework with bundled Servlet-Webserver (Jetty) and HTML Widget library. You can use static compiled java-classes or runtime Groovy-scripts.
Simple C++ Toolkit to add a GUI to your application based on a HTML Web-Frontend. Provides a Webserver & capabilities to extract POST data (forms). Template based dynamic HTML page generation. All templates and other contents (images) in one executable.
A specialized stripped down Super High performance web server designed to function as a co-server for high volume static content. It uses a Single process, single threaded design where Data is preloaded into RAM first. Logs are binary (5 bytes per hit).
Kernux - Kernel Mode Web-server for Linux
A fully kernel-mode webserver,developed for FC4,2.6 kernel. This httpd serves static requests and redirects dynamic requests to a usermode webserver,currently tomcat.Faster and efficient than usermode webservers
IPuppy is a Linux-based dynamic IP update utility for those of us who do not have a static IP. IPuppy currently supports the DNS services provided by Zoneedit.com and Enom.com, and is written in PHP.
Server side XSL transformations for dynamic and static content
mod-xslt is an Apache (2.X) module able to apply XSL transformation to XML data on the fly. It uses a standard API, it is able to transform dynamic pages (wsgi, php, ...), fetch XSL stylesheets from remote servers, or dynamic pages...
PippoProxy is a 100% pure Java HTTP proxy designed/implemented for Apache Tomcat. Thanks to its cache manager (that can be disabled in case of DYNAMIC proxied web sites) it's really very performant in case of STATIC proxied web sites.
Ranquel is a lightweight http server written in Perl that can serve static files and execute CGI applications. Originally based on DNHTTPD, the main goal is to make a simple, portable and minimum webserver (no extra Perl modules, no SSI, no SSL).
An Apache2 module (filter) which receives standard WHOIS queries and rewrites them into standard HTTP requests. After the "translation", the request can be processed by the usual mechanisms (mapping to static content, running CGI & PHP scripts, ...)
An Apache module that allows to store content sent to the browser, either in files on the disk or in a MySQL database.It works for static and for dymanic pages. Also gzips the stored content and send it gzipped for browsers that support it.
This one you must see! After stripping out
comments, you get ca. 2Kb script. Serves static
HTML/ASCII pages, ELF binaries, bash/perl scripts,
GIF images. adding any other content type is
trivial. Should be installed in /etc/inetd.conf.