yesbee
yesbee
spelled homophone to ESB. As what it spelled, yesbee
is an ESB platform based on node.js stack. yesbee
enables integration features development in Javascript language.
yesbee
is a lightweight ESB.
Howto Use?
To use yesbee
as library
mkdir my-app
cd my-app
npm init
npm install yesbee --save
Component
Components handle each particular integration function. component act as factory of endpoints.
Service
Service wrap up single domain of business process as one. You may think service as single integration business model.