2 projects tagged "HTTP server"
GromJS is a Server-Side JavaScript interpreter based on Mozilla's SpiderMonkey core script engine which provides a complete ASP-like environment for JavaScript scripting on a Web server. It includes a persistent operation mode (executing multiple scripts with a single process for extreme performance), session management, direct read/write access to Web server files and directories, support for MySQL, PostgreSQL, and SQLite databases, system program execution and pipes, HTTP file upload and authentication, cookies, CGI environment variables, and more.
ashttpd was originally a testbed for a kernel async-sendfile patch. Today, it's just another Web server for serving static content rapidly. It differs from its competitors by storing its webroot in a database, which provides a 50% performance increase over using the operating system's VFS. It also allows precalculation of strong cache-validators (ETags).