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?
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: