Specifically how Channels trivially solve several common problems:
https://hexdocs.pm/phoenix/channels.html
The minimal wire traffic on a Phoenix deployment usually surprises people at first. Best of luck =3
Curious to know if anyone went that route (or something similar) already!
[0]: https://laksa.io
In retrospect, I wish I had built it with C#/.NET
But I figure now is the time to update the site. I don't know enough about Vue.js and I'm more of a backend programmer anyways. I've been putting it off for so long. I always figured the site would be temporary until I put in the time to learn some Pheonix. Its a bit strange being in the Elixir world working on a project that doesn't touch Phoenix in any way. To me its like an entirely new domain for a language that I consider myself "skilled" in. Whereas for others Elixir = Pheonix. So this write-up really helps remove the overwhelming feeling I've had about starting, because I don't need liveview or ecto or all the other stuff but most of the learning resources focus on that.
I'm kind of excited to start now. Eventually it will be a not-so static website that will maybe interface with some exposed endpoints running on the main game server so I can show stats like "live players" or a "live map" of the game on the main site. But for now it will remain completely isolated from the game server.