SOONI user gRPC interface project for Node.js version 1.0.6. This package provides a gRPC client and server implementation for the SOONI user service. It is designed for Node.js environments and is likely used internally within the SOONI ecosystem. No release cadence is specified. The package differentiates by being specific to SOONI's user service, but lacks documentation or community support. As of version 1.0.6, there is no active development or maintenance visible.
npm install sooni-user-grpc-nodeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate a gRPC client using insecure credentials and call getUser.
Refer to internal documentation or source code of the service.
Ensure the server is started before initializing the client.
Use @grpc/grpc-js for modern gRPC.
Run 'npm install sooni-user-grpc-node' and ensure correct import path.
Use named import: import { UserServiceClient } from 'sooni-user-grpc-node'.