Skip to content

songpr/micro_service

Repository files navigation

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");

About

minimal node micro service framework on top of fastify

Resources

License

Stars

Watchers

Forks

Packages

No packages published