barkhayot / grpc-python-example

Basic client-server application using gRPC in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC with Python Example

This repository contains a simple example of using gRPC (gRPC Remote Procedure Calls) with Python. The example demonstrates a basic client-server application where the server adds two numbers.

Alt Text

Getting Started

Follow the steps below to run the example on your local machine.

Prerequisites

Installing Dependencies

pip install grpcio grpcio-tools

Running the Server

python server.py

Running the Client

python client.py

About

Basic client-server application using gRPC in Python


Languages

Language:Python 100.0%