Skip to content

Revinand/grpc-web-stream-proxy-example

Repository files navigation

gRPC-web example with channels streaming

Get started (with HTTP 1.1)

  • npm install
    • The postinstall will run npm run get_go_deps to install Golang dependencies. dep is used for go dependency management.
  • npm start to start the Golang server and Webpack dev server
  • Go to http://localhost:8081

grpcwebproxy binary

npm start calls grpcwebproxy binary installed globally, e.g symlink at least is required - ln -s /usr/local/bin $GOPATH/bin/grpcwebproxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published