ts-eventstore-socketio
v0.4.2
Published
Supporting library for the repository ts-eventstore that implements messaging with socket.io
Downloads
3
Readme
ts-eventstore
ts-eventstore is a supporting library for CQRS. This library is still WIP but it's already functional. For an example of how to use it review the integration/CompositionRoot.spec.ts file.
Road to version 1:
- Automatically generate declaration files.
- Fix import issues (CommandMessage and others are not being exported)
- Take infrastructure specific implementations to their own repositories.
- Add rolling snapshots support.
- Add support for Redis.
- Add support for mqtt.