Skip to content

Bridge between event sourcing and redux (server <--> client communication)

Notifications You must be signed in to change notification settings

epinxteren/ts-eventsourcing-redux-bridge

Repository files navigation

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

About

Bridge between event sourcing and redux (server <--> client communication)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages