Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.24 KB

TS Eventsourcing Redux bridge

Bridge between server side event sourcing and redux client state as projected read model.

Build Status

Features

  • Using Typescript
  • Jest for testing
  • Serialisation of actions/commands and immutable objects
  • Command and Queries server <--> client communication
  • Support different gateways (sockets io with multiple namespace support)

Just the basics

If you brand new to Event sourcing, CQRS or Typescript and you want to understand the basics concepts, see

Installation

To install the stable version:

yarn install

This assumes you are using yarn as your package manager.

Tests

To Run the test-suites:

yarn test

License

MIT