Skip to content

WebSockets over HTTP/2 #1375

Closed
Closed

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

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

Type

No type

Projects

  • Status

    ✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions