Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 648 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 648 Bytes

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