Skip to content

ryanisnan/grpc-python-testclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample gRPC client

Overview

This client hooks up to a gRPC channel running on port 50051 and attempts to call the GetMatches method remotely.

Installation

git clone git@github.com:ryanisnan/grpc-python-testclient.git
cd grpc-python-testclient
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run the client

python client.py

About

A simple example with a python gRPC client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages