From 07777ea76b8e68d61022b42db335af8b49b3bbb1 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 3 Feb 2017 16:56:25 -0800 Subject: [PATCH] Note websockets postgres integration From https://github.com/begriffs/postgrest/issues/278 --- intro.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/intro.rst b/intro.rst index 9ed102b53..3c7c9d7b7 100644 --- a/intro.rst +++ b/intro.rst @@ -54,6 +54,7 @@ External Notification These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for further processing. This allows stored procedures to initiate actions outside the database such as sending emails. +* `frafra/postgresql2websocket `_ - Websockets * `matthewmueller/pg-bridge `_ - Amazon SNS * `aweber/pgsql-listen-exchange `_ - RabbitMQ * `SpiderOak/skeeter `_ - ZeroMQ