@palmares/events
v0.0.21
Published
This is the events framework for palmares, it's responsible for handling everything that is Pub/Sub like websockets, pub/sub like redis, and other types of asynchronous background tasks
Downloads
62
Readme
@palmares/events
TODOs:
- [X] Add support for layers to communicate between multiple machines like it was the same.
- [ ] Add support for multiple distinct layers.
- [X] Add support for events server so we can have an application up and running that will just listen for events and nothing else.