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.


Keywords
.Net, Framework, Server, Socket, SuperSocket
License
Apache-2.0
Install
Install-Package SuperSocket -Version 2.0.0-beta.20.448

Documentation

SuperSocket

Join the chat at https://gitter.im/supersocket/community Build NuGet Version NuGet Badge

SuperSocket is a light weight extensible socket application framework. You can use it to build an always connected socket application easily without thinking about how to use socket, how to maintain the socket connections and how socket works. It is a pure C# project which is designed to be extended, so it is easy to be integrated to your existing systems as long as they are developed in .NET language.


Nuget Packages
Package MyGet Version NuGet Version Download
SuperSocket
(all in one)
MyGet Version NuGet Version NuGet Download
SuperSocket.WebSocketServer
(Use SuperSocket.WebSocket.Server instead)
MyGet Version NuGet Version NuGet Download
SuperSocket.ProtoBase MyGet Version NuGet Version NuGet Download
SuperSocket.Primitives MyGet Version NuGet Version NuGet Download
SuperSocket.Channel MyGet Version NuGet Version NuGet Download
SuperSocket.Connection MyGet Version NuGet Version NuGet Download
SuperSocket.Server MyGet Version NuGet Version NuGet Download
SuperSocket.Command MyGet Version NuGet Version NuGet Download
SuperSocket.SessionContainer MyGet Version NuGet Version NuGet Download
SuperSocket.Client MyGet Version NuGet Version NuGet Download
SuperSocket.Client.Proxy MyGet Version NuGet Version NuGet Download
SuperSocket.WebSocket MyGet Version NuGet Version NuGet Download
SuperSocket.WebSocket.Server MyGet Version NuGet Version NuGet Download
SuperSocket.Udp MyGet Version NuGet Version NuGet Download
SuperSocket.GZip MyGet Version NuGet Version NuGet Download
SuperSocket.SerialIO MyGet Version NuGet Version NuGet Download

Nightly build packages: https://www.myget.org/F/supersocket/api/v3/index.json


SuperSocket 2.0 Roadmap:

  • 2024:
    • More documents
    • Performance test/tuning
    • Fix issues of the existing features
    • Other features requested by users
    • Stable release