Skip to content

ortoo/grpc-utils

Repository files navigation

grpc-utils

A npm library for creating and managing Remote Procedure Call (RPC) services, handling various data transformations, stream processing, and context defaults. It provides a structured approach to implementing RPC services

Tests

Run tests locally using npm test

Deploy

First ensure changes have passed tests, version change updated in package.json and changes have been PR'd, run: npm postversion

VSCode Devcontainer

The VSCode devcontainer uses a private image for the ortoo organisation, it can be safely ignored by anyone else using this package.