Hacker News new | ask | show | jobs
by hpx7 1583 days ago
Right now Hathora writes game data locally to disk. This is nice for the local dev experience since you don't need to have a db running locally.

For production use cases I've been mounting a networked drive (AWS EFS) to provide shared storage across nodes. It should be pretty easy add additional storage adapters (like Postgres) as well.