Random gRPC + Node.js samples and experiments for learning/reference purposes. Contains the following:
- Example Client and Server codes for gRPC Unary (Request - Response) operation.
- Example Client and Server codes for gRPC Client Streaming operation.
- Example Client and Server codes for gRPC Server Streaming operation.
- Example Client and Server codes for gRPC Duplex (bi-directional) Streaming operation.
- Example Client and Server codes for dealing with Struct data type for handling metadata-like data.
- Example Client and Server codes for gRPC Streaming File Upload.
- Example Client and Server codes for gRPC Streaming File Download.