A lightweight npm library designed for rapid and seamless setup of gRPC clients/servers and Kafka consumers/producers in Node.js. It includes a single command for generating build files from .proto
files with full TypeScript support to simplify development.
This is a repository with a working example. You can download it and try it. The main repository is here: https://github.com/orwoods/networking
npm install
ts-node src/run_grpc.ts
ts-node src/run_kafka.ts
This project is licensed under the MIT License - see the LICENSE file for details.