Evented Fiber-aware Ruby webserver

Rity is a lightweight Ruby webserver that runs inside an EventMachine loop and puts each request into a fiber.

TODO

  • Tests (!)
  • Command Line Interface
  • Logging
  • Proxying via EM.enable_proxy
  • Rack Handler
  • Support for keep-alive connections
  • Investigate MVM support in JRuby/Rubinius/MRI