Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vasilakisfil/agrimi

A threaded server written in Ruby using Celluloid actor based library.
https://github.com/vasilakisfil/agrimi

Last synced: 6 days ago
JSON representation

A threaded server written in Ruby using Celluloid actor based library.

Awesome Lists containing this project

README

        

#GoatServer

A very simple threaded web server. It is Rack compliant (tested with Sinatra and Rails).

###ToDo

1. Add support for PUT PATCH DELETE HTTP methods
3. Add support for websockets
4. Optimize concurrency
5. Benchmark