
Linux/Unix
Product Overview
Listens to changes in a PostgreSQL database and broadcasts them over WebSocket.
It works like this:
1. the Phoenix server listens to PostgreSQL's replication functionality (using Postgres' logical decoding),
2. it converts the byte stream into JSON,
3. it then broadcasts over WebSocket.