Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Change default/preferred HTTP server to falcon? #12

Open
postmodern opened this issue Jan 10, 2022 · 1 comment
Open

Change default/preferred HTTP server to falcon? #12

postmodern opened this issue Jan 10, 2022 · 1 comment
Labels
dependency Dependency issue discussion Topic is open to discussion future Future idea idea Random idea

Comments

@postmodern
Copy link
Member

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 postmodern added dependency Dependency issue discussion Topic is open to discussion idea Random idea labels Jan 10, 2022
@postmodern postmodern added this to the 0.1.0 milestone Jan 10, 2022
@postmodern postmodern added the future Future idea label Jan 22, 2022
@postmodern
Copy link
Member Author

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.

@postmodern postmodern removed this from the 0.1.0 milestone Jan 23, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependency Dependency issue discussion Topic is open to discussion future Future idea idea Random idea
Projects
None yet
Development

No branches or pull requests

1 participant