Y
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
smac8
3487 days ago
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
link
oomkiller
3486 days ago
Unfortunately NOTIFY doesn't work across nodes.
link