Hacker News new | ask | show | jobs
by buba 539 days ago
tbh i'm in the same state, actually working in a PoC architecture to stress the theory (https://github.com/PRDeving/MMO).

Regarding DBs...MMOs don't rely on them that much, it's safe to have everything in memory and persiste from time to time, and if it goes down, you just pull the backup and are good to go.