https://github.com/connorwiseman/pga-pubsub
A Promise-based publisher-subscriber module based on PostgreSQL's LISTEN, NOTIFY, and UNLISTEN functionality.
https://github.com/connorwiseman/pga-pubsub
nodejs postgresql
Last synced: 2 months ago
JSON representation
A Promise-based publisher-subscriber module based on PostgreSQL's LISTEN, NOTIFY, and UNLISTEN functionality.
- Host: GitHub
- URL: https://github.com/connorwiseman/pga-pubsub
- Owner: ConnorWiseman
- License: mit
- Created: 2018-04-20T02:08:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T00:09:20.000Z (about 8 years ago)
- Last Synced: 2025-03-18T11:25:02.683Z (over 1 year ago)
- Topics: nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pga-pubsub
[](https://www.npmjs.com/package/pga-pubsub)

[](https://travis-ci.org/ConnorWiseman/pga-pubsub) [](https://codecov.io/gh/ConnorWiseman/pga-pubsub)
[](https://david-dm.org/ConnorWiseman/pga-pubsub)
[](https://david-dm.org/ConnorWiseman/pga-pubsub?type=dev)
[](https://github.com/ConnorWiseman/pga-pubsub/blob/master/LICENSE)
> A Promise-based publisher-subscriber module based on PostgreSQL's LISTEN, NOTIFY, and UNLISTEN functionality.
## Installation
```shell
npm install --save pga-pubsub
```