Skip to content

Morethanbetter/python-grpc-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# GRPC Python Demo

This is the companion repo for the series on [implementing gRPC in Python](https://adityamattos.com/grpc-in-python-part-1-building-a-grpc-server).

### Running the code 1) Clone the repository 2) Install python 3) Install [poetry](https://python-poetry.org/docs/)

#### Installing dependencies Navigate to the repository and run the following command poetry install

#### Running the server Navigate to the repository and run the following command poetry run run-grpc-server

#### Running the client Navigate to the repository and run the following command poetry run run-grpc-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%