gRPC

Common tests for gRPC APIs

Features of this Example

  • Simple RPC

  • Server-side streaming and client-side streaming RPC

  • Bidirectional streaming RPC

Walkthrough

This example was referenced in a walkthrough about gRPC Health Checks and Uptime.

Try it out

Repo is available here.

# Clone example
git clone https://github.com/assertedio/graphql-uptime

# Enter directory and install
cd node-uptime/
npm install

# Run asserted tests
npm run test:asrtd

Tests

Can also be viewed on github here.

Last updated

Was this helpful?