SuperSocket server hosting library providing the core server implementation with session management, connection handling, and integration with the .NET dependency injection system and configuration framework.
Info
| Version: | 2.1.0 |
| Author(s): | Kerry Jiang and other contributors |
| Last Update: | Sunday, April 5, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/kerryjiang/supersocket |
| NuGet Url: | https://www.nuget.org/packages/SuperSocket.Server |
Install
Install-Package SuperSocket.Server
dotnet add package SuperSocket.Server
paket add SuperSocket.Server
SuperSocket.Server Download (Unzip the "nupkg" after downloading)
Dependencies
- SuperSocket.Channel(>= 2.0.07)
- SuperSocket.Primitives(>= 2.0.07)
- SuperSocket.ProtoBase(>= 2.0.07)
- Microsoft.Extensions.Configuration(>= 3.0.0)
- Microsoft.Extensions.Configuration.Binder(>= 3.0.0)
- Microsoft.Extensions.DependencyInjection(>= 3.0.0)
- Microsoft.Extensions.Hosting(>= 3.0.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Logging(>= 3.0.0)
- Microsoft.Extensions.Logging.Console(>= 3.0.0)
- Microsoft.Extensions.Options(>= 3.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.0.0)