In order to practice my learning, I’m looking for an easy way to set up an online hosted phoenix/liveview app that I coudl access through the internet.
As a single user first,
then, create more users to access it.
What are some “Phoenix app” hosting plans available on the market ?
I read a bit about gigalixir, heroku, render (and their limitation) but also digitalocean…
What solution is easiest to set up for an elixir beginner ?
paid or free hosting
You can host it anywhere really. I would give Gigalixir a go first, it is super easy. fly.io is another that has special elixir/liveview sauce, but it’s not as straightforward as Gigalixir.
I usually book a root server, put NixOS on it, then an apache as a reverse proxy in front of my phoenix app. HTTPS handshake is done by the apache. Open ports are only 80, 443 and 22.