- Add dockers for envoy, static assets www server, docker-compose config generator script. We use `network_mode: host` so that the loopback addresses within the docker resolve to the host. - Update build script and angular.json so that copmilation outputs go directly into the static assets docker directory. - Update README.md - remove CORS - the grpc web host should be window.location.origin, ie the envoy reverse proxy port |
||
|---|---|---|
| grpc-zpages | ||
| python/async | ||
| .gitignore | ||
| README.md | ||
README.md
Experiments and proposals for gRPC features.
The purpose of this repository is to have a single place for people to push code and various documentation that gravitate around experimenting with new features for gRPC. This repository isn't tested, and will be lightly curated, so the code here should not be considered production-worthy (and it may not be functional at all).
Some of the experiments conducted here might be cherry-picked for being introduced as an actual pull request on our main repositories.