PostgreSQL notifications and WebSockets with Rails PostgreSQL notifications and WebSockets with Rails postgresql postgresql

PostgreSQL notifications and WebSockets with Rails


I don't know directly about any that does work with websockets, but queue_classic gem uses listen/notify in postgres for a message queueing. It's a good way to start looking how it can be done.