/test-node-grpc

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Node gRPC tests

Example of a simple hello world server/client.

Quickstart

  1. Start the server
    $ yarn install
    $ yarn run serve
  2. In another terminal window, run the client
    $ NAME=John yarn run client

License

This project has been released under Apache 2.0.