1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2024-11-20 11:06:15 -05:00

Merge pull request #27 from geksilla/feature-web-servers-goliath

Added Goliath to Web Servers section.
This commit is contained in:
Serdar Dogruyol 2014-07-10 15:55:05 +03:00
commit 5fd60a5864

View file

@ -184,6 +184,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
* [unicorn](https://github.com/defunkt/unicorn) An HTTP server for Rack applications designed to only serve fast clients.
* [passenger](https://github.com/phusion/passenger) A modern web server and application server for Ruby, Python and Node.js.
* [pow](https://github.com/37signals/pow) Pow treats files and directories as ruby objects giving you more power and flexibility.
* [goliath](https://github.com/postrank-labs/goliath) is a non-blocking Ruby web server framework.
## Database Drivers