This project is a simple proof of concept event broker system built using Node.js. The event broker is designed to facilitate event driven systems such as game backends, microservices, or any system that benefits from decoupled communication. The event broker allows for the publishing and subscribing of events, enabling different parts of a system to communicate without direct dependencies on each other. The project includes a basic implementation of the event broker, along with example usage and documentation on how to integrate it into your own projects.