From e0a2022e0ead56c80b344a62c5e7d55e451576cf Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Fri, 11 Jan 2019 19:32:03 +0000 Subject: [PATCH] Update NPM link to Improbable client Improbable has decided to disambiguate its client from the official one by using the organisation name, see https://github.com/improbable-eng/grpc-web/issues/289. --- _posts/2019-01-08-state-of-grpc-web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2019-01-08-state-of-grpc-web.md b/_posts/2019-01-08-state-of-grpc-web.md index eb59b660..2f5a91f5 100644 --- a/_posts/2019-01-08-state-of-grpc-web.md +++ b/_posts/2019-01-08-state-of-grpc-web.md @@ -72,7 +72,7 @@ conformant to the spec, and for a long time neither was compatible with the other's proxy[7](#f7),[8](#f8). The Improbable gRPC-Web client[9](#f9) is implemented in -TypeScript and available on npm as `grpc-web-client`[10](#f10). +TypeScript and available on npm as `@improbable-eng/grpc-web`[10](#f10). There is also a Go proxy available, both as a package that can be imported into existing Go gRPC servers[11](#f11), and as a standalone proxy that can be used to expose an arbitrary gRPC server to a gRPC-Web @@ -182,7 +182,7 @@ browser, and marks an exciting time for frontend developers! 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) +10.
https://www.npmjs.com/package/@improbable-eng/grpc-web [↩](#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)