Experiments and proposals for gRPC features.
Go to file
zpencer e47ab0e246
channelz: add code gen scripts for OSS (#302)
Build a self contained channelz.js from a channelz.proto.

Running buildscripts/channelz_codgen.sh will produce a
web/channelzui/src/assets/channelz.js that reflects the SHA
specified in the scripts.

The script fetches grpc/grpc-web to get the prereq docker image, does
some additional setup, and then runs the code gen script.
2018-07-24 08:28:00 -07:00
grpc-zpages channelz: add code gen scripts for OSS (#302) 2018-07-24 08:28:00 -07:00
python/async Async Python initial document 2016-09-12 16:08:51 +00:00
.gitignore Add tabbed app with one tab per RouteGuide demo 2015-06-05 17:49:12 -07:00
README.md Addressing comments. 2016-09-08 16:26:39 -07:00

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.