A gRPC protocol buffers package for the Mega ecosystem, providing compiled proto definitions for gRPC services. Version 1.0.15 is stable but receives infrequent updates. It is primarily intended for internal use within Mega projects and lacks extensive documentation or public examples. Compared to general-purpose proto packages, it is tightly coupled to specific Mega services and not recommended for external usage.
npm install mega-protoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a gRPC client using MegaServiceClient, sends a MegaRequest, and logs the response.
Install @grpc/grpc-js explicitly: npm install @grpc/grpc-js
Run protoc to generate TypeScript types or use protobuf-ts.
Refer to the proto files in the package or ask maintainers for API documentation.
npm install @grpc/grpc-js
Use import { MegaServiceClient } from 'mega-proto'Ensure Mega service is running on the specified host:port.
No dependency data recorded yet.