Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 441 Bytes

Event Sourcing in Node.js: add git-like functionality to your application

Accompanying blog post here

Installation

Clone repository and run

npm install

Usage

Run server

node app/server.js

Run client

npm run server