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 Uptimearrow-up-right.

Try it out

Repo is available herearrow-up-right.

# 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 herearrow-up-right.

Last updated