Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinix-technology/yesbee
Light ESB using node.js
https://github.com/xinix-technology/yesbee
Last synced: about 11 hours ago
JSON representation
Light ESB using node.js
- Host: GitHub
- URL: https://github.com/xinix-technology/yesbee
- Owner: xinix-technology
- License: mit
- Created: 2014-08-26T13:34:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T14:42:23.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T18:20:34.823Z (3 months ago)
- Language: JavaScript
- Size: 248 KB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - yesbee - Lightweight Node.JS ESB - [reekoheek](https://github.com/reekoheek) (Grouping / Node)
README
# yesbee
[![License](http://img.shields.io/npm/l/yesbee.svg?style=flat-square)](https://github.com/xinix-technology/yesbee/blob/master/LICENSE)
[![Download](http://img.shields.io/npm/dm/yesbee.svg?style=flat-square)](https://github.com/xinix-technology/yesbee)
[![NPM](http://img.shields.io/npm/v/yesbee.svg?style=flat-square)](https://github.com/xinix-technology/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
```bash
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.