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.
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"
// 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 |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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 (1)
Showing the top 1 popular GitHub repositories that depend on SuperWebSocketNETServer:
Repository | Stars |
---|---|
Bannerlord-Coop-Team/BannerlordCoop
|
Version | Downloads | Last updated | |
---|---|---|---|
0.8.0 | 74,457 | 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