I've made a library for WebSockets on .NET #125143
Unanswered
alexandrehtrb
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have made a NuGet package for handling WebSocket's connection lifecycle and message parsing on .NET. It handles WebSocket connections for both client-side and server-side, on ASP.NET.
It has full compatibility with NativeAOT and trimming.
The code is available on GitHub and the README provides a full documentation on how to use it.
https://github.com/alexandrehtrb/AlexandreHtrb.WebSocketExtensions
Contributions are welcome!
Beta Was this translation helpful? Give feedback.
All reactions