devebot
v0.4.3
Published
Nodejs Microservice Framework
Downloads
329
Readme
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.