Skip to content

Understanding gRPC: A practical application in Go and Python

Notifications You must be signed in to change notification settings

Cartmanishere/grpc-python-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains code for my blog post explaining how to use gRPC in Go and Python. Do check it out.

License:

The code in this repo is released under the terms of MIT License

How to run

Terminal 1 (python server):

brew install python
pip3 install virtualenv
virtualenv -p python3 venv
pip install -r requirements.txt
source venv/bin/activate
python python/server.py

Terminal 2 (Go client):

cd golang
go run client.go

About

Understanding gRPC: A practical application in Go and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages