devebot
Version:
Nodejs Microservice Framework
28 lines (16 loc) • 1.05 kB
Markdown
# devebot
[](https://nodei.co/npm/devebot/)
> Nodejs Microservice Framework
## Introduction
Devebot is tiny microservice framework for Nodejs. It is designed under some important principles:
* High modularity
* Reusable
* Easy to integrate

Based on the devebot framework, the application is decomposed into `plugins`, each of which implements a particular feature. The framework provides `bridges` which wrap or connect to other services such as REST API or database servers.
## Examples
### Stormeys Microservice Dispatch System
* [Stormeye Service](https://github.com/pnhung177/stormeye-dispatcher)
* [Stormeye Worker Example 1](https://github.com/pnhung177/stormeye-worker-node1)
* [Stormeye Worker Example 2](https://github.com/pnhung177/stormeye-worker-node2)
* [Stormeye Client Scripts](https://github.com/pnhung177/stormeye-client)