devebot

Nodejs Microservice Framework

Usage no npm install needed!

<script type="module">
  import devebot from 'https://cdn.skypack.dev/devebot';
</script>

README

devebot

NPM

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

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