UNPKG

devebot

Version:

Nodejs Microservice Framework

28 lines (16 loc) 1.05 kB
# devebot [![NPM](https://nodei.co/npm/devebot.png?downloads=true&downloadRank=true&stars=true)](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 ![Architecture](https://raw.github.com/devebot/devebot/master/docs/modules/ROOT/assets/images/devebot-architecture.png) 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)