Skip to content

Comment on Ask HN: What stack for a multiplayer board game?

Comments

If I was building a game side project, I would personally go:

- React Native frontend

- .Net Core backend

- NGINX webserver, on a bare metal Linux VM of course

- SignalR for web sockets

- Mysql for long term data storage

- Redis for caching

- Mailgun for sending app emails

Did I miss anything?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.