RSS 25 projects tagged "HTTP Servers"

Download Website Updated 19 Apr 2009 httpd

Screenshot
Pop 34.21
Vit 39.00

Httpd is a modern httpd for Inferno. It supports HTTP/1.0 and HTTP/1.1, virtual hosting, CGI and SCGI, logging, index file serving for directories, and directory listings, has configurable MIME types, understands range and conditional requests, does HTTP Basic authentication, and supports redirections based on regular expressions.

No download Website Updated 16 May 2010 G-WAN

Screenshot
Pop 38.46
Vit 35.18

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.

Download Website Updated 12 Jun 2010 mod_reserve

Screenshot
Pop 22.63
Vit 33.64

mod_reserve is an Apache2 module for Linux that extends the Apache HTTP server, allowing it to reserve a certain CPU bandwidth for the provisioning of a service. This module exploits the functionality provided by AQuoSA, whose API is used to reserve CPU bandwidth for execution of tasks. In this way, the module can force the Web server to provide services, like CGI or Perl scripts, using exactly the configured CPU bandwidth. This behaviour is useful in order to provide Quality of Service to certain types of services, or to prevent the kinds of attacks in which a service can starve all the others.

Download Website Updated 26 Feb 2013 Unicorn

Screenshot
Pop 130.61
Vit 31.51

Unicorn is a Unix and LAN/localhost-optimized fork of the Mongrel HTTP server. It is takes full advantage of functionality exclusive to Unix-like operating systems. It will reap and restart workers that die from broken apps, and there is no need to manage multiple processes yourself. Load balancing is done entirely by the operating system kernel. Requests never pile up behind a busy worker. The server does not care if your application is thread-safe or not, as workers all run within their own isolated address space and only serve one client at a time. All Rack applications are supported along with pre-Rack versions of Ruby on Rails via a Rack wrapper. It also supports atomic log cycling, nginx-style binary re-execution without losing connections, before_fork and after_fork hooks, and optional copy-on-write-friendly memory management.

Download No website Updated 01 Mar 2013 QtWebApp

Screenshot
Pop 58.12
Vit 31.23

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.

No download No website Updated 22 Jan 2011 Kangee

Screenshot
Pop 16.61
Vit 29.66

Kangee is a personal on-demand fileserver that makes it possible to send files to your friends. Dragging a file into the Kangee window will generate a link, which can be sent to your friend, who may open it in a Web browser and download the file. It also supports an "Add Upload" feature, which generates a link that lets your friends send files to you. It uses UPnP, STUN, and a connection test Web service to set up incoming connections, and can generate QR codes from the links to uploads and downloads.

Download Website Updated 08 Apr 2011 yaSSL Embedded Web Server

Screenshot
Pop 21.24
Vit 28.35

The yaSSL Embedded Web Server is a fast, embeddable, and easy-to-configure Web server with a strong focus on portability and security. The Web server offers SSL/TLS (HTTPS) support built-in through the CyaSSL embedded SSL Library. With a footprint size of less than 100kB with SSL enabled (or 40kB without SSL) and a simple and clean API, the yaSSL Embedded Web Server was designed to fit perfectly into resource-constrained embedded environments. While maintaining a small size and fast speeds, the yaSSL Embedded Web Server offers a full feature set to give you the maximum amount of freedom and flexibility when developing your project.

No download No website Updated 16 Feb 2012 NXWEB

Screenshot
Pop 28.21
Vit 22.13

NXWEB is ultra-fast and super-lightweight web server for applications written in C. It can serve thousands of concurrent requests with a small memory footprint using an event-driven and multi-threaded model that is designed to scale. It features an exceptionally light code base, a simple API, decent HTTP protocol handling, keep-alive connections, SSL support (via GNUTLS), HTTP proxy (with keep-alive connection pooling), non-blocking sendfile support (with configurable small file memory cache), cacheable gzip content encoding, cacheable image thumbnails with watermarks (via ImageMagick), a modular design for developers, and the ability to run as a daemon.

No download Website Updated 28 Feb 2013 Rainbows!

Screenshot
Pop 88.89
Vit 22.01

Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. For Rack applications not heavily bound by slow external network dependencies, consider Unicorn instead as it simpler and easier to debug.

Download Website Updated 09 May 2013 ashd

Screenshot
Pop 140.04
Vit 16.92

Ashd is an HTTP server that follows standard Unix philosophy for modularity. Instead of being a monolithic program with loadable modules, as most other HTTP servers seem to be, Ashd is simply a collection of much simpler programs, passing HTTP requests to each other using a simple protocol. The model also allows such handler programs to persist properly, so that, for example, session data can be kept in memory, connections to back-end services can be kept open, and so on.

Screenshot

Project Spotlight

Plainview SDK

A toolkit of commonly used classes and functions, including Wordpress and Drupal SDKs.

Screenshot

Project Spotlight

Agglomerated SSL

An OpenSSL wrapper to make SSL programming easier.