Skip to content

Message broker built with redis server, fastify and typescript

Notifications You must be signed in to change notification settings

joaovictornsv/redis-pub-sub-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Message broker built with redis server, fastify and typescript

Topics

Resources

Stars

Watchers

Forks