{"library":"egg-plugin-grpc-server","type":"library","category":null,"description":"An Egg.js plugin that integrates gRPC server functionality. Current stable version is 1.0.51. It allows defining proto files and implementing gRPC services within an Egg application. Key features include configurable port, host, timeout, and error handling. Note: does not support streaming requests/responses yet. Releases are infrequent, with only a few versions. Primarily useful for adding gRPC server capabilities to Egg.js projects.","language":"javascript","status":"maintenance","version":"1.0.51","tags":["javascript","egg","eggPlugin","egg-plugin","grpc"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install egg-plugin-grpc-server","imports":["// {app_root}/config/plugin.js\nexports.grpcServer = { enable: true, package: 'egg-plugin-grpc-server' }","const grpcServer = new app.GrpcServer(app); grpcServer.start();","// {app_root}/config/config.default.js\nexports.grpcServer = { port: 50051 }"]},{"cmd":"yarn add egg-plugin-grpc-server","imports":[]},{"cmd":"pnpm add egg-plugin-grpc-server","imports":[]}],"homepage":"https://github.com/leoDreamer/egg-grpc-s=erver#readme","github":"https://github.com/leoDreamer/egg-grpc-server","docs":null,"changelog":null,"pypi":null,"npm":"egg-plugin-grpc-server","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}