A little game to show how event sourcing works.
It shows the current application state and the event log which can be replayed.
$ npm install
$ cd event-sourcing-sample/src
$ node server.js
server running on http://localhost:5000
A little game to show how event sourcing works.
It shows the current application state and the event log which can be replayed.
$ npm install
$ cd event-sourcing-sample/src
$ node server.js
server running on http://localhost:5000