This repository contains an example of using grpc-web with a backend written in golang.
- Backend:
Golang
- Frontend:
React
- Proxy:
Envoy
- Docker compose
# Start
make start
# Stop
make stop
# Generate proto
# Before doing this, install the dependencies in the frontend folder
make genproto