sandtable / python-grpc-gevent

Using gevent with gPRC in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using gevent with gRPC in Python

This repository provides a simple example of using gevent server-side for gRPC using Python.

Python 3.6

gRPC 1.14.0

Install dependencies

pip install -r requirements.txt

Generate gRPC stubs

make stubs

Run server

make server

Run client

make client

About

Using gevent with gPRC in Python

License:MIT License


Languages

Language:Python 87.6%Language:Makefile 12.4%