Hacker News new | ask | show | jobs
by tnelsond4 50 days ago
I host my app on GitHub pages for free. But yes, it's just static which is really all you need with how powerful wasm and JavaScript are.
1 comments

That's true for most things where you don't need users to share or collaborate on updated data. But if you need so much as a highscore board for your casual javascript game, you need some kind of backend. The parent's assumption that it should be totally free to run arbitrary server code somewhere is mildly ridiculous.