SkillAgentSearch skills...

Mali

A minimalistic gRPC microservice framework for Node.js

Install / Use

/learn @malijs/Mali
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Mali

A minimalistic gRPC microservice framework.

npm version build status coverage status JavaScript Style Guide License chat on gitter Donate Buy me a coffee

Installation

Install module and required peer dependencies.

$ npm install mali @grpc/grpc-js @grpc/proto-loader

Example

const Mali = require('mali')

function sayHello (ctx) {
  ctx.res = { message: `Hello ${ctx.req.name}` }
}

function main () {
  const app = new Mali('helloworld.proto')
  app.use({ sayHello })
  app.start('0.0.0.0:50051')
}

Documentation

Full documentation.

License

Apache-2.0

Related Skills

View on GitHub
GitHub Stars889
CategoryDevelopment
Updated17d ago
Forks59

Languages

JavaScript

Security Score

100/100

Audited on Mar 13, 2026

No findings