Skip to content

WebSockets over HTTP/2 #1375

@Tratcher

Description

@Tratcher

We've heard some interest express for WebSockets support over HTTP/2 in YARP. This would require support in ASP.NET Core (Kestrel) and HttpClient. The protocol is quite different from original WebSockets.

RFC: https://datatracker.ietf.org/doc/html/rfc8441
Kestrel: dotnet/aspnetcore#7801
HttpClient: dotnet/runtime#69669

We'd also need to worry about protocol upgrades/downgrades between front-end and back-end.

Metadata

Metadata

Labels

Type: IdeaThis issue is a high-level idea for discussion.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions