Skip to content

gRPC demo with Python server and Vue.js Web client

Notifications You must be signed in to change notification settings

amitkot/grpc-python-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC with Python server and Web client

This is a demo project for using gRPC with a Python server and Web client (written using Vue.js).

For accessing the server from a web client an Envoy proxy is used.

Requirements

Running

  • Docker

Development on macOS

 brew install protobuf

Running

Docker

 docker-compose build
 docker-compose up

Web client

Open the web client at http://localhost:8081.

References