SuperWebSocketNETServer 0.8.0

Suggested Alternatives

SuperSocket.WebSocket

Additional Details

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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SuperWebSocketNETServer" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SuperWebSocketNETServer --version 0.8.0
#r "nuget: SuperWebSocketNETServer, 0.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 95,641 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