Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vasilakisfil/agrimi
- Owner: vasilakisfil
- Created: 2013-06-01T20:39:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T10:10:09.000Z (over 10 years ago)
- Last Synced: 2024-12-17T05:56:05.080Z (7 days ago)
- Language: Ruby
- Homepage:
- Size: 267 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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