/redis-pub-sub-ts

Message broker built with redis server, fastify and typescript

Primary LanguageTypeScript

Pub/Sub with Redis + Node.js

Installation

$ npm install

Running Redis (with docker)

docker run --name redis -p 6379:6379 -d -t redis:alpine

Running the app

# start publisher
$ npm run start:pub

# start subscriber
$ npm run start:sub

Profile Made with 💙 by João Victor