Hacker News new | ask | show | jobs
by tomthumb 1689 days ago
If you select the first option (multiple domains), the load balancing would be done by the client ( hit one domain, on failure hit next.)
1 comments

It looks like the other thing I'm missing is the shared database. Which idk if Postgres counts, my stuff is not that high performance but wondering if I need something else like Redis.
Postgres supports clustering and replication.
Okay I will look into that. I already use Postgres for the rest of the app idk if I need to introduce another thing just for websocket connection persistence through multiple instances.