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
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)