Closed
Description
openedon Nov 11, 2021
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
Assignees
Type
Projects
Status
✅ Done