Mali
A minimalistic gRPC microservice framework for Node.js
Install / Use
/learn @malijs/MaliREADME
A minimalistic gRPC microservice framework.
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
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR

