What is the best web server for ruby on rails application? Why?
The Ruby standard library comes with a default web server named WEBrick. As this library is installed on every machine that has Ruby, most frameworks such as Rails and Rack use WEBrick as a default development web server.
Puma is an HTTP web server derived from Mongrel and written by Evan Phoenix. It stresses speed and efficient use of memory.
Passenger running on Apache. Easy to set up, low memory usage, and well supported.
Both GitHub and 37 Signals use nginx + unicorn.
https://github.com/blog/517-unicorn
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With