mservice-node
v2.1.1
Published
minimal node micro service framework on top of fastify
Downloads
62
Readme
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");