Replies: 1 comment 1 reply
-
I hope this can help you: https://github.com/socketry/falcon-example-sinatra Let me know if you have specific questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to deploy a Sinatra application with Falcon in a production environment. For development I have always used rackup, however the falcon website states that this is not recommended for production. However,
falcon host
requires a falcon.rb for production and I could not find an example for Sinatra.The following is my config.ru:
How can I create a falcon.rb from this?
Beta Was this translation helpful? Give feedback.
All reactions