Skip to content

muditkalra/Pubsub-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pubsub-server

A simple in-memory pubsub server to learn and understand concepts likes fan-out architecture, message queue, producer, consumer and all tech behind kafka, rabbitmq and bullmq

Event-Emitter

An EventEmitter is an in-process pub-sub mechanism used inside applications to communicate between components. It can only used inside the same process which is sharing same memory

Direction: Code → Code (same Process)

About

A simple in-memory pubsub server to learn and understand concepts likes fan-out architecture, message queue, producer, consumer and all tech behind kafka, rabbitmq and bullmq

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors