You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nice work on kemal - we are switching from Sinatra
how to run kemal on a specific port ?
crystal myapp.cr -p 8000 => fail
Kemal.run -p 8000 => fail
maybe answer is to run websocket but need to figure out how to integrate with nginx reverse proxy
deploying does not seem to be addressed in any samples or docs
The text was updated successfully, but these errors were encountered:
nice work on kemal - we are switching from Sinatra
how to run kemal on a specific port ?
crystal myapp.cr -p 8000 => fail
Kemal.run -p 8000 => fail
maybe answer is to run websocket but need to figure out how to integrate with nginx reverse proxy
deploying does not seem to be addressed in any samples or docs
The text was updated successfully, but these errors were encountered: