An open API service indexing awesome lists of open source software.

https://github.com/efremropelato/pgevent

Example of using pg_notify into Nodejs project
https://github.com/efremropelato/pgevent

message-bus nodejs pgnotify postgresql

Last synced: about 2 months ago
JSON representation

Example of using pg_notify into Nodejs project

Awesome Lists containing this project

README

          

# PGEvent
Example of using pg_notify into Nodejs project

1. Create a new test database and execute script.sql:

2. Init a npm project:

- add dependencies: ```yarn```
- build & run app: ```yarn build && yarn start```

or

- dev app: ```yarn dev```