Skip to content

mjsampson/modern-typescript-grpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 38.9%
  • JavaScript 37.1%
  • Python 14.0%
  • Shell 10.0%