ronin-rb / ronin-web-server

A custom Ruby web server based on Sinatra.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Change default/preferred HTTP server to falcon? #12

Open postmodern opened 2 years ago

postmodern commented 2 years ago

Since webrick is no longer available in the stdlib by default (but available as a separate gem in Ruby >= 3.0.0), perhaps we could switch to using falcon. Falcon is a Rack compatible, pure-Ruby, async HTTP server.

postmodern commented 2 years ago

Since Ronin::Web::Server::Base inherits from Sinatra::Base, and Sinatra is still working on Falcon support, this will have to be tabled. WEBrick for now I suppose.