Skip to content

benjsicam/nodejs-grpc-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-grpc-labs

Random gRPC + Node.js samples and experiments for learning/reference purposes. Contains the following:

  1. Example Client and Server codes for gRPC Unary (Request - Response) operation.
  2. Example Client and Server codes for gRPC Client Streaming operation.
  3. Example Client and Server codes for gRPC Server Streaming operation.
  4. Example Client and Server codes for gRPC Duplex (bi-directional) Streaming operation.
  5. Example Client and Server codes for dealing with Struct data type for handling metadata-like data.
  6. Example Client and Server codes for gRPC Streaming File Upload.
  7. Example Client and Server codes for gRPC Streaming File Download.

About

Random gRPC + Node.js samples and experiments for learning/reference purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors