Hacker News new | ask | show | jobs
by SJC_Hacker 791 days ago
websockets and LISTEN/NOTIFY (if using Postgres)
1 comments

Also, consider using server-sent events over HTTP/2 (instead of websockets) if the data stream is unidirectional (server -> frontend).