supersocket - SuperSocket 2.0.2-beta.1.622

SuperSocket is a light weight, cross platform and extensible socket server application framework. 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.

PM> Install-Package SuperSocket -Version 2.0.2-beta.1.622 -Source https://www.myget.org/F/supersocket/api/v3/index.json

Copy to clipboard

> nuget.exe install SuperSocket -Version 2.0.2-beta.1.622 -Source https://www.myget.org/F/supersocket/api/v3/index.json

Copy to clipboard

> dotnet add package SuperSocket --version 2.0.2-beta.1.622 --source https://www.myget.org/F/supersocket/api/v3/index.json

Copy to clipboard
<PackageReference Include="SuperSocket" Version="2.0.2-beta.1.622" />
Copy to clipboard
source https://www.myget.org/F/supersocket/api/v3/index.json

nuget SuperSocket  ~> 2.0.2-beta.1.622
Copy to clipboard

> choco install SuperSocket --version 2.0.2-beta.1.622 --source https://www.myget.org/F/supersocket/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "supersocket" -SourceLocation "https://www.myget.org/F/supersocket/api/v2"
Install-Module -Name "SuperSocket" -RequiredVersion "2.0.2-beta.1.622" -Repository "supersocket" -AllowPreRelease
Copy to clipboard

  • .NETFramework 6.0
    • SuperSocket.Command (>= 2.0.2-beta.1.622)
    • SuperSocket.Server (>= 2.0.2-beta.1.622)
  • .NETFramework 7.0
    • SuperSocket.Command (>= 2.0.2-beta.1.622)
    • SuperSocket.Server (>= 2.0.2-beta.1.622)
  • .NETFramework 8.0
    • SuperSocket.Command (>= 2.0.2-beta.1.622)
    • SuperSocket.Server (>= 2.0.2-beta.1.622)
  • .NETFramework 9.0
    • SuperSocket.Command (>= 2.0.2-beta.1.622)
    • SuperSocket.Server (>= 2.0.2-beta.1.622)

Owners

Kerry Jiang

Authors

Kerry Jiang

Project URL

http://www.supersocket.net/

License

Apache-2.0

Tags

SuperSocket, Socket Server, .Net Server Framework

Info

143 total downloads
53 downloads for version 2.0.2-beta.1.622
Download (9.93 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.0.3.633 9.87 KB Sun, 12 Oct 2025 05:34:29 GMT 3
2.0.2-beta.1.622 9.93 KB Thu, 10 Jul 2025 01:12:54 GMT 53
2.0.2-beta.1.621 9.88 KB Mon, 07 Jul 2025 02:14:22 GMT 43
2.0.2-beta.1.620 9.88 KB Sat, 28 Jun 2025 02:56:51 GMT 44