Skip to content

A lab project to create a gRPC ping-pong server-client

Notifications You must be signed in to change notification settings

steckoverflow/grpc-pingpong

Repository files navigation

Installation

Developed and tested using Python 3.8.6

Create a virtual environment

python -m venv venv

Enable in (MacOS)

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run it

Start server

python server.py

Start multiple clients in one go

python multiprocess.py

Start client

python client.py

About

A lab project to create a gRPC ping-pong server-client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages