Hacker News new | ask | show | jobs
by jcun4128 1689 days ago
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.
1 comments

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.