1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2025-07-31 21:59:07 -04:00

Added web servers

This commit is contained in:
Akash Devaraju 2014-07-05 12:42:24 +05:30
parent 8a2d1de7dc
commit 587bd3c899

View file

@ -165,9 +165,12 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
*App server interface*
* [puma](https://github.com/puma/puma)
* [thin](https://github.com/macournoyer/thin)
* [trinidad](https://github.com/trinidad/trinidad)
* [puma](https://github.com/puma/puma) A simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications.
* [thin](https://github.com/macournoyer/thin) A thin and fast web server
* [trinidad](https://github.com/trinidad/trinidad) Run Rails or Rack applications within an embedded Apache Tomcat container.
* [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.
## Database Drivers