mservice-node

2.1.1 • Public • Published

micro_node

minimal node micro service framework on top of fastify

Concept

micro service framework, routes are grouped into service based on service setting, services are grouped into node base on setting - to save cost on instances.

Routes in the same service share same fastify plug-in

Each service can have independent fastify plug-in

Installation:

npm install mservice-node --save

Usage:

const ms_node = require("mservice-node");

Package Sidebar

Install

npm i mservice-node

Weekly Downloads

9

Version

2.1.1

License

BSD-3-Clause

Unpacked Size

85 kB

Total Files

39

Last publish

Collaborators

  • songpr