Hi,
I've been learning Elixir + Phoenix for fun, after using Ruby + Sinatra for a group project.
I'd like to set up a web based game, and i'm interested in using Phaser inside an Elixir + Phoenix setup.
I was wondering if anyone could give me a quick debrief; I'm assuming it's possible but is it better to use Phoenix simply
for launching the app? (so any calculations should be done within Javascript), or is it possible to set up most of the logic inside Elixir
and be done server side (which I think would be better for avoiding hacks)?