Info
Version: | 2.0.0-beta.28 |
Author(s): | Kerry Jiang |
Last Update: | Saturday, November 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.supersocket.net/ |
NuGet Url: | https://www.nuget.org/packages/SuperSocket |
Install
Install-Package SuperSocket
dotnet add package SuperSocket
paket add SuperSocket
SuperSocket Download (Unzip the "nupkg" after downloading)
Dependencies
- SuperSocket.Server(>= 2.0.07)
- SuperSocket.Command(>= 2.0.07)
- SuperSocket.SessionContainer(>= 2.0.07)
Tags
You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.