Paperboy
An intersystem communicator
Install Module
npm install paperboy-communicator
Install Prerequisites
⬡ Redis - redis.io
Redis stores, retrieves, and communicates between Node proceseses. It performs these tasks very reliably and quicky! You can try Redis here!
Set the
PAPERBOY_REDIS_URL
in your.env
file (or don't and paperboy will use your local Redis server by default)
Use
Example: Paperboy can be used for data storage
const Paperboy = ;const paperboy = connectionName: `data-example`;paperboy;paperboy ;
Example: Paperboy can be used as a publish/subscribe service
const Paperboy = ;const paperboy = connectionName: `pubsub-example`;paperboy; paperboy;