Y
Hacker News
new
|
ask
|
show
|
jobs
by
igul222
4699 days ago
I think Heroku's default Rails app server is WEBRick:
https://devcenter.heroku.com/articles/ruby#webserver
1 comments
hayksaakian
4699 days ago
im pretty sure it's thin
link
matthewrudy
4699 days ago
It will run thin if the gem is installed. Otherwise it falls back to Webrick. Rack itself favours thin, puma, and webrick (in that order).
https://github.com/rack/rack/blob/6829a8a0f416ea49a18f1e3e53...
link