478 projects tagged "HTTP Servers"
Monkey HTTP Daemon is a very fast and lightweight Web server for Linux. It uses a hybrid networking model based on asynchronous calls (event-driven) and fixed threads, which makes it scalable and capable of attending thousands of clients per second. It provides a powerful API for C and is ideal for embedded devices, thanks to its small core and plugin architecture.
NanoHttpd is a lightweight HTTP server designed for embedding in other applications. It's only one Java file, in two "flavors", one strictly Java 1.1 compatible, and one at "current" standards. It supports GET, POST, PUT, HEAD and DELETE requests, and supports file uploading with very small memory overhead. Temp file usage and the threading model are easily customized.
LeanWeb is a tool for removing user-defined parts from Web pages. It works as a HTTP proxy, as such can be combined with other proxies, and runs on the same platforms as Junkbuster (i.e. Unix and Win32). LeanWeb is mainly intended for users of handheld devices who want to view Web pages without having to scroll through all the unnecessary clutter present on modern Web pages, but can also be used to customize frequently visited Web pages.
Mohawk is the next-generation, evolutionary leap from TkApache. It is a full-blown front-end GUI for the Apache Web server for configuration, tuning, performance monitoring, and more. Completely re- written in C, using GTK+/GNOME rather than Perl/Tk, Mohawk aims to be faster and more robust than TkApache.
A library of synchronization primitives and concurrent data structures for specific update-heavy workloads.