Commit Graph

17 Commits

Author SHA1 Message Date
Stanley Cheung 39753a38ee Fix nginx build after internal absl change 2020-04-30 22:37:43 -07:00
Stanley Cheung b0437e7014 WIP remove stream_body 2019-10-28 15:50:58 -07:00
Stanley Cheung 6fe20c7092 Update README and simplify example to use prebuilt binaries 2018-11-29 22:28:08 -08:00
Stanley Cheung b6d553b215 Add generated code unit test 2018-08-14 17:16:21 -07:00
Stanley Cheung 05a67fd609 Remove old cold that became irrelevant 2018-08-07 22:08:04 -07:00
Stanley Cheung a9aa7dffb0 Added multiple proxies interoperability 2018-08-03 23:49:02 -07:00
Stanley Cheung b1e4098716 Minor edits 2018-07-11 14:35:26 -07:00
Stanley Cheung f02fd2d3cb Replace default proxy with Envoy to run end-to-end Echo example; 2018-07-02 23:28:43 -07:00
Stanley Cheung ec7a06321d Decouple example build from nginx build 2018-01-19 12:36:19 -08:00
Feng Li 4ad036a974 Supports SSL/TLS gRPC backend.
Addes following configs:
  grpc_ssl <on|off>;
  grpc_ssl_target_name_override <target name>;
  grpc_ssl_pem_root_certs <root certs pem file path>;
  grpc_ssl_pem_private_key <private key pem file path>;
  grpc_ssl_pem_cert_chain <cert chain pem file path>;
2018-01-05 18:48:53 -08:00
Feng Li 24ff395bb4 Change gRPC-Web make file to add the protobuf include directory. 2017-11-13 14:16:04 -08:00
Feng Li f4b872f2ac Supports client liveness detection.
Supports negotiation for binary/base64 between js client and grpc-web
proxy.
2017-04-26 16:11:53 -07:00
Feng Li 8e12c2208c Switch to GRPC master/head. Fix the make file to allow using GRPC
internal headers.
2017-03-01 14:59:30 -08:00
Feng Li 4fb742566a Remove the protobuf submodule, use the protobuf provided protobuf instead. 2016-11-18 18:48:31 -08:00
Feng Li b4d87e7ea9 Supports debian stretch for grpc-web.
Speeds up the build process by make -j.
Fix the printf portability issue on ubuntu 12.04.
2016-11-17 17:01:16 -08:00
Feng Li cdc5c3ef36 Optimize the build process to eliminate the unnecessary installation of GRPC and Protobuf. 2016-11-04 16:04:55 -07:00
Feng Li 8583f7c2f8 Initial commit for GRPC-Web gateway. 2016-11-02 15:19:55 -07:00