Skip to content

nareshbhatia/grpc-connect-example

Repository files navigation

gRPC Connect Example

Accesses a gRPC endpoint from a browser using the Connect protocol.

  • Based on Connect for Web – Getting Started
  • Transport created using createConnectTransport()
  • Connect protocol doesn't require a proxy to connect to the service as required for the gRPC-web protocol

Screenshot

Getting Started

npm ci
npm run dev

Now point your browser to http://localhost:3000

Code generation from protobuf

npm run codegen

About

gRPC Connect Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published