What's new? | Help | Directory | Sign in
Google
serverside
A complete and compact web framework in Ruby
  
  
  
  
    
License: MIT License
Labels: ruby, web, http, server
Join project
Project owners:
  ciconia
Project members:
xraid.iprobot, WayneESeguin

ServerSide is a pure Ruby HTTP server and web framework for developing small sites and web applications. It is designed to be easy to deploy and scale.

ServerSide includes:

A fast HTTP server (preliminary testing shows it to be on par with Mongrel) with support for persistent connections and HTTP streaming ('comet').

A fast and simple request router that can route according to flexible rules. You stay in control of your URL structure.

A daemon that can control a server cluster using a single command.

To install ServerSide:

sudo gem install serverside