{"library":"grpc-kit","type":"library","category":null,"description":"grpc-kit is a Node.js library (v0.2.0, no recent updates) that simplifies working with gRPC by providing a higher-level API for creating servers and clients from .proto files. It wraps the official `grpc` and `@grpc/proto-loader` packages, offering a declarative route definition style with support for unary, client, server, and bidirectional streaming. Notable features include async route handlers and built-in proto loader options. The library is minimal but currently unmaintained; users should consider modern alternatives like `@grpc/grpc-js` with manual proto loading for active support.","language":"javascript","status":"deprecated","version":"0.2.0","tags":["javascript","grpc"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install grpc-kit","imports":["const { createServer } = require('grpc-kit')","const { createClient } = require('grpc-kit')","const grpcKit = require('grpc-kit')"]},{"cmd":"yarn add grpc-kit","imports":[]},{"cmd":"pnpm add grpc-kit","imports":[]}],"homepage":"https://github.com/YoshiyukiKato/grpc-kit#readme","github":"https://github.com/YoshiyukiKato/grpc-kit","docs":null,"changelog":null,"pypi":null,"npm":"grpc-kit","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}