Hacker News new | ask | show | jobs
by ianbicking 3487 days ago
Some clever use of NOTIFY might help with real-time? It's basically publish/subscribe directly in Postgres itself, but I've never actually used it.
1 comments

I had forgotten about this actually. Thanks for the reminder :) Curious if anyone has tried using this for real time apps and what their experience was
Unfortunately NOTIFY doesn't work across nodes.