Skip to content

ragauskl/sample-grpc-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Small TypeScript example for using gRPC with SSL in Node.js. For sake of simplicity self-signed certificates are used. Needles to say this is not code/example to be used for production, it's for playing around with gRPC locally.

Instructions

  • npm i
  • npm init
  • npm start

Notes

gRPC types

Not working perfectly with @grpc/grpc-js, therefore usage is skipped, but script 'npm run proto:types' is available. At the time used grpc-tools seem to still use old grpc for Node.js

About

Example for using gRPC with ssl in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published