2.0.0 • Published 10 years ago
yesbee v2.0.0
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 --saveComponent
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.