Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

mservice-node

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mservice-node

minimal node micro service framework on top of fastify

latest
Source
npmnpm
Version
2.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

nodejs

FAQs

Package last updated on 09 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts