JayJayDee / modern-typescript-grpc

gRPC typescript example with python gRPC client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modern-typescript-grpc-example

This example can help you in the following cases:

  • Typing using typescript + node.js when developing gRPC server
  • Binary (image/video) streaming with gRPC
  • gRPC client example in python

How to run

typescript-server

cd $PROJECT_ROOT/typescript-server
npm install 
npm start

python-client

cd $PROJECT_ROOT/python-client
python3 -m venv .
source bin/activate
pip3 install -r requirements.txt
python3 ping_client.py # or useless_client.py

About

gRPC typescript example with python gRPC client


Languages

Language:TypeScript 38.9%Language:JavaScript 37.1%Language:Python 14.0%Language:Shell 10.0%