Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 321 Bytes

event-sourcing-sample

A little game to show how event sourcing works.

It shows the current application state and the event log which can be replayed.

screenInstall

$ npm install

Usage

$ cd event-sourcing-sample/src
$ node server.js

server running on http://localhost:5000