Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 480 Bytes

GRPC Web Example

This repository contains an example of using grpc-web with a backend written in golang.

Preview

Tech stack

  • Backend: Golang
  • Frontend: React
  • Proxy: Envoy

Required tools

  • Docker compose

Useful commands

# Start
make start

# Stop
make stop

# Generate proto
# Before doing this, install the dependencies in the frontend folder
make genproto