Skip to content

pawarvijay/sample-with-context-and-saga-implemented

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a sample implementation of CQRS / Eventsourcing Infrastructure in node.js using:

get it up and running JUST TESTING

  1. start server in host and domain folder

    node server.js
    
  2. direct your browser to

    http://localhost:3000
    

the source code is well documented to understand the core principles.

why should i care?

got the sample - where to go now?

This modules are the result of open sourcing parts of a large reallife project of a distributed system based on the principle of DDDD and CQRS. It's gone through a lot of iterations and should address most pitfalls.

The API is designed well so you can focus on the domain without worring to much about the infrastructure.

Documentation can be found here

About

viewbuilders not ordering properly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published