From b2d2edb270db14830b6ea3b9ea4b115c75dec045 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Thu, 10 Jan 2019 15:00:53 +0000 Subject: [PATCH] Fix hyperlinks in references in grpc-web post --- _posts/2019-01-08-state-of-grpc-web.md | 42 +++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/_posts/2019-01-08-state-of-grpc-web.md b/_posts/2019-01-08-state-of-grpc-web.md index 70851f4e..eb59b660 100644 --- a/_posts/2019-01-08-state-of-grpc-web.md +++ b/_posts/2019-01-08-state-of-grpc-web.md @@ -173,29 +173,29 @@ browser, and marks an exciting time for frontend developers! ## References -1.
https://improbable.io/games/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis [↩](#a1) -2.
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md [↩](#a2) -3.
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md [↩](#a3) -4.
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md#protocol-differences-vs-grpc-over-http2 [↩](#a4) -5.
https://github.com/improbable-eng/grpc-web [↩](#a5) -6.
https://github.com/grpc/grpc-web [↩](#a6) -7.
https://github.com/improbable-eng/grpc-web/issues/162 [↩](#a7) -8.
https://github.com/grpc/grpc-web/issues/91 [↩](#a8) -9.
https://github.com/improbable-eng/grpc-web/tree/master/ts [↩](#a9) -10.
https://www.npmjs.com/package/grpc-web-client [↩](#a10) -11.
https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb [↩](#a11) -12.
https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy [↩](#a12) -13.
https://github.com/grpc/grpc-web/tree/master/javascript/net/grpc/web [↩](#a13) -14.
https://developers.google.com/closure/ [↩](#a14) -15.
https://www.npmjs.com/package/grpc-web [↩](#a15) -16.
https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway [↩](#a16) -17.
https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/grpc_web_filter [↩](#a17) -18.
https://streams.spec.whatwg.org/ [↩](#a18) +1.
https://improbable.io/games/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis [↩](#a1) +2.
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md [↩](#a2) +3.
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md [↩](#a3) +4.
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md#protocol-differences-vs-grpc-over-http2 [↩](#a4) +5.
https://github.com/improbable-eng/grpc-web [↩](#a5) +6.
https://github.com/grpc/grpc-web [↩](#a6) +7.
https://github.com/improbable-eng/grpc-web/issues/162 [↩](#a7) +8.
https://github.com/grpc/grpc-web/issues/91 [↩](#a8) +9.
https://github.com/improbable-eng/grpc-web/tree/master/ts [↩](#a9) +10.
https://www.npmjs.com/package/grpc-web-client [↩](#a10) +11.
https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb [↩](#a11) +12.
https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy [↩](#a12) +13.
https://github.com/grpc/grpc-web/tree/master/javascript/net/grpc/web [↩](#a13) +14.
https://developers.google.com/closure/ [↩](#a14) +15.
https://www.npmjs.com/package/grpc-web [↩](#a15) +16.
https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway [↩](#a16) +17.
https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/grpc_web_filter [↩](#a17) +18.
https://streams.spec.whatwg.org/ [↩](#a18) 19.
The Improbable client supports client-side and bi-directional streaming with an experimental websocket transport. This is not part of the gRPC-Web spec, and is not recommended for production use. [↩](#a19) 20.
`grpcweb` allows server streaming methods to be called, but it doesn't return data until the stream has closed. [↩](#a20) -21.
https://grpc.io/blog/grpc-web-ga [↩](#a21) -22.
https://github.com/grpc/grpc-web/blob/master/ROADMAP.md [↩](#a22) -23.
https://docs.google.com/forms/d/1NjWpyRviohn5jaPntosBHXRXZYkh_Ffi4GxJZFibylM [↩](#a23) +21.
https://grpc.io/blog/grpc-web-ga [↩](#a21) +22.
https://github.com/grpc/grpc-web/blob/master/ROADMAP.md [↩](#a22) +23.
https://docs.google.com/forms/d/1NjWpyRviohn5jaPntosBHXRXZYkh_Ffi4GxJZFibylM [↩](#a23)