eventsourcing-redux-bridge
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

# 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

Package Sidebar

Install

npm i eventsourcing-redux-bridge

Weekly Downloads

18

Version

1.4.2

License

ISC

Unpacked Size

459 kB

Total Files

494

Last publish

Collaborators

  • ericpinxteren