The grpc-web generated library is loaded in the html page via a <script src="...">, and from the angular app's point of view, the proto variable is just an arbitrary external javascript handle. The envoy proxy host+port is controlled by environment.ts and environment.prod.ts. This may change if it proves problematic when integrating with envoy. The binary protos must be manually turned into human friendly strings, because js protos can not be dumped as JSONs. |
||
|---|---|---|
| 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.