SuperWebSocketNETServer 0.8.0
Main features SuperWebSocket already has:
hixie-76/hybi-00, hybi-10, rfc6455 are supported
Linux support by Mono 2.10+
SSL/TLS encryption transferring (wss) support
Sub protocol support
Support mutiple hosting environment like windows service, console application and web site
Support mutiple instances, you can run many websocket server instances on different ports in the same hosting application
Maximum concurrency connection number limitation support
Built-in JSON support
Message level encryption
SuperWebSocket was merged into SuperSocket as SuperSocket.WebSocket long time ago, so please switch to that package if you want a update.
Install-Package SuperWebSocketNETServer -Version 0.8.0
dotnet add package SuperWebSocketNETServer --version 0.8.0
<PackageReference Include="SuperWebSocketNETServer" Version="0.8.0" />
paket add SuperWebSocketNETServer --version 0.8.0
#r "nuget: SuperWebSocketNETServer, 0.8.0"
Release Notes
Upgrade SuperSocket to 1.5.3 which is much more stable
Added handshake request validating api (WebSocketServer.ValidateHandshake(TWebSocketSession session, string origin))
Fixed a bug that the m_Filters in the SubCommandBase can be null if the command's method LoadSubCommandFilters(IEnumerable<SubCommandFilterAttribute> globalFilters) is not invoked
Fixed the compatibility issue on Origin getting in the different version protocols
Marked ISubCommandFilterLoader as public
Improved sample projects
Improved test code
Dependencies
-
- log4net (>= 2.0.3)
- Newtonsoft.Json (>= 6.0.2)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SuperWebSocketNETServer:
Package | Downloads |
---|---|
WebSocket.ServerFramework
socketframework
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
0.8.0 | 57,616 | 4/11/2014 |