SuperWebSocketNETServer 0.8.0
SuperWebSocket was merged into SuperSocket as SuperSocket.WebSocket long time ago, so please switch to that package if you want a update.
dotnet add package SuperWebSocketNETServer --version 0.8.0
NuGet\Install-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"
// Install SuperWebSocketNETServer as a Cake Addin #addin nuget:?package=SuperWebSocketNETServer&version=0.8.0 // Install SuperWebSocketNETServer as a Cake Tool #tool nuget:?package=SuperWebSocketNETServer&version=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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- log4net (>= 2.0.3)
- Newtonsoft.Json (>= 6.0.2)
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 | Downloads | Last updated | |
---|---|---|---|
0.8.0 | 101,367 | 4/11/2014 |
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