Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 552 Bytes

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