Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 313 Bytes

node-soa

Node js SOA example

Conventions

every service has public methods - commands and private methods - for pub/sub only

commands are mapped to routes

currently only bus injected to services and it is a core mediator for communication inside application

tiny usage of framework

no validation still