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
Using the Phoenix web framework allows for a prebuilt client to be served with eex. Ideally, however, work on the client should be completely separated out of orpheus/ and have a parallel build process.
Questions:
How integrated should Elixir be in the client?
Advantages/disadvantages of eex vs. other solutions, such as direct socket handling and forwarding to a Node library?
Browserify, Require, something else?
The text was updated successfully, but these errors were encountered:
Using the Phoenix web framework allows for a prebuilt client to be served with eex. Ideally, however, work on the client should be completely separated out of
orpheus/
and have a parallel build process.Questions:
The text was updated successfully, but these errors were encountered: