2.0.0 • Published 8 years ago

yesbee v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

yesbee

License Download NPM

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.