# Links
A collection of useful links for developing with Mali.
# gRPC
- grpc-caller (opens new window) - An improved Node.js gRPC client
- grpc-create-metadata (opens new window) - Helper utility for creating gRPC
Metadata
- grpc-create-error (opens new window) - Utility function for creating
Errors
for gRPC responses - grpc-error (opens new window) -
GRPCError
class that wrapsgrpc-create-error
- grpc-errors (opens new window) - A quick and easy way of generating errors for use with grpc
- grpc-inspect (opens new window) - gRPC protocol buffer inspection utility
- Node.js gRPC status codes (opens new window) - The Node.js grpc status codes
- gRPC status codes (opens new window) - Status codes and their use in gRPC
- gRPC status code mapping (opens new window) - HTTP to gRPC Status Code Mapping
- protoc-gen-doc (opens new window) - Documentation generator plugin for Google Protocol Buffers
- Node.js Proto Files (opens new window) - All of the Google API's protocol buffer files
- grpc-contrb (opens new window) - gRPC ecosystem that complements gRPC core
- grpc-gateway (opens new window) - gRPC to JSON proxy generator
- node-grpc-boilerplate (opens new window) - Boilerplate for Node Mali GRPC, Used for production with jest for testing and code coverage
# Promises
- Awesome promise utilities (opens new window) - a list of good promise convenience utilities
# Stream
- Highland (opens new window) - Highland.js stream utility
- mississippi (opens new window) - A collection of useful stream utility modules
- Oboe.js (opens new window) - Streaming JSON loading for Node and browsers
- stream-utils (opens new window) - stream utilities
- event-stream (opens new window) - event stream utility module
- JSONStream (opens new window) - JSON Parsing stream utility module
- Awesome Node.js stream module list (opens new window)
- Awesome Node.js stream module list 2 (opens new window)