serverside.rb

Path: lib/serverside.rb
Last Update: Thu Aug 09 19:48:54 +0300 2007

ServerSide is a web framework that make it easy to create custom light-weight web applications. It contains the following functionalities:

  1. A fast multithreaded HTTP server with support for persistent connections

and streaming.

  1. A static file handler.
  2. A daemon for controlling a server or a cluster of servers.
  3. A simple script for serving files or applications easily.
  4. A simple controller-view system for processing requests.

[Validate]