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
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
would you please tell if it's possible to spawn the server other then rails?
i.e. say i go to http://my-emberjs-app.dev and prax starts ember s instead of rails s.
if yes, would you share few tips on how i can do that?
many thanks.
The text was updated successfully, but these errors were encountered:
This is not possible with this version of Prax. It iseant to start Ruby Rack applications, and nothing else.
Since Prax serves anything from the public directory itself, it's possible to run pure frontend base applications (like Ember or Angular) but won't have the ability to start a backend app that isn't a Ruby Rack application. I have no idea what the Ember backend server is.
That being said, the crystal release of Prax has an experimental (and untested) support for starting any shell script, passing a $PORT environment variable the server must bind to. Instead of linking a directory (rack) or creating a file with a port number (port forwarding), create a shell script.
hi and thanks for great gem,
would you please tell if it's possible to spawn the server other then rails?
i.e. say i go to
http://my-emberjs-app.dev
and prax startsember s
instead ofrails s
.if yes, would you share few tips on how i can do that?
many thanks.
The text was updated successfully, but these errors were encountered: