Skip to content

Swilvan/EventSourcingNodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EventSourcingNodejs

Used node 5.0.0

npm install

node --harmony_destructuring index.js

post('localhost:3000/user', {id:'SomeUUID', username: 'John Doe'});
put('localhost:3000/user/SomeUUID/name', {name: 'Jane Doe'}};
get('localhost:3000/user/SomeUUID');

About

An app displaying some very basic event sourcing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published