jSherz / node-grpc-mutual-auth-example

An example setup of mutual authentication with GRPC and NodeJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example setup of mutual authentication with GRPC and NodeJS.

License:MIT License


Languages

Language:JavaScript 100.0%