Info
| Version: | 2.0.2 | 
| Author(s): | Kerry Jiang | 
| Last Update: | Thursday, July 10, 2025 | 
| .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.