/node-grpc-mutual-auth-example

An example setup of mutual authentication with GRPC and NodeJS.

Primary LanguageJavaScriptMIT LicenseMIT

Node & GRPC with SSL mutual authentication

This example accompanies this blog post.

Starting the server

npm install
node server

Running the example

# In a different terminal, with the server still running...
node client