SuperSocket WebSocket protocol implementation providing frame parsing, message handling, and standards-compliant WebSocket protocol support (RFC 6455) for real-time bidirectional communication.
Info
| Version: | 2.0.2 |
| Author(s): | Kerry Jiang and other contributors |
| Last Update: | Thursday, July 10, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/kerryjiang/supersocket |
| NuGet Url: | https://www.nuget.org/packages/SuperSocket.WebSocket |
Install
Install-Package SuperSocket.WebSocket
dotnet add package SuperSocket.WebSocket
paket add SuperSocket.WebSocket
SuperSocket.WebSocket Download (Unzip the "nupkg" after downloading)
Dependencies
- SuperSocket.ProtoBase(>= 2.0.07)