Comment on Ask HN: What stack for a multiplayer board game?Comments−hoofhearted4yIf 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 emailsDid I miss anything?
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?