Skip to content

Demo project showing gRPC and Kafka working using @orwoods/networking library

License

Notifications You must be signed in to change notification settings

orwoods/networking-example

Repository files navigation

@orwoods/networking-example

npm version Node.js Version License TypeScript

📋 Overview

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

📦 Installation

npm install

✨ Starting gRPC server and client

ts-node src/run_grpc.ts

✨ Starting Kafka Server and Client

ts-node src/run_kafka.ts

⚖️ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Demo project showing gRPC and Kafka working using @orwoods/networking library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published