SpringBootWSPostgresNotify icon indicating copy to clipboard operation
SpringBootWSPostgresNotify copied to clipboard

Demo showing Spring Boot Websocket Push using Postgres Notify/Listen

POC to show WebSocket updates in SpringBoot using Postgres Listen/Notify

<<<<<<< HEAD

  1. Have Postgresql running.
  2. Change the connection parameters in PGConn.java file. =======
  3. Have Postgres running.
  4. Change the Postgres connection parameters in PGConn.java file.

d6507795307d7afa61656aa8b1e52df9f872c2bf

  1. Run the NotificationTest.java to generate some NOTIFY signals to Postgres.
  2. Run the Application.java file to start SprintBoot
  3. Go over to http://localhost:8080/ and press connect

SpringBoot, PG Listen/Notify Websocket