Skip to content

Commit fddd1f7

Browse files
committed
chore: schedule webtransport
1 parent e63fef4 commit fddd1f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • content/posts/2026/grpc-webtransport

content/posts/2026/grpc-webtransport/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ slug: "grpc-webtransport"
1313
type: "posts"
1414
devtoSkip: true
1515
canonical_url: https://kmcd.dev/posts/grpc-webtransport/
16-
draft: true
1716
---
1817

1918
“Streaming data” on the web might mean consuming a response as bytes arrive, receiving server events, using a long-lived bidirectional channel, or sharing one connection between independent streams. These workloads have different requirements, but we often reduce the choice to HTTP requests or WebSockets.

0 commit comments

Comments
 (0)