118f7c17a2
Replace the native-gRPC server bootstrap with a single `connectrpc.com/connect` HTTP/h2c listener. Connect-Go natively serves Connect, gRPC, and gRPC-Web on the same port, so browsers can now reach the authenticated surface without giving up the gRPC framing native and desktop clients may use later. The decorator stack (envelope → session → payload-hash → signature → freshness/replay → rate-limit → routing/push) is reused unchanged behind a small Connect → gRPC adapter and a `grpc.ServerStream` shim around `*connect.ServerStream`. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
16 lines
315 B
YAML
16 lines
315 B
YAML
version: v2
|
|
|
|
plugins:
|
|
- remote: buf.build/protocolbuffers/go:v1.36.11
|
|
out: proto
|
|
opt:
|
|
- paths=source_relative
|
|
- remote: buf.build/grpc/go:v1.6.1
|
|
out: proto
|
|
opt:
|
|
- paths=source_relative
|
|
- remote: buf.build/connectrpc/go:v1.19.2
|
|
out: proto
|
|
opt:
|
|
- paths=source_relative
|