https://github.com/kerryjiang/SuperSocket
SuperSocket is a light weight, cross platform and extensible socket server application framework.
https://github.com/kerryjiang/SuperSocket
csharp realtime-communication socket socketserver tcp udp
Last synced: 3 months ago
JSON representation
SuperSocket is a light weight, cross platform and extensible socket server application framework.
- Host: GitHub
- URL: https://github.com/kerryjiang/SuperSocket
- Owner: kerryjiang
- License: apache-2.0
- Created: 2012-08-04T17:48:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T08:05:31.000Z (6 months ago)
- Last Synced: 2025-01-03T09:31:00.048Z (5 months ago)
- Topics: csharp, realtime-communication, socket, socketserver, tcp, udp
- Language: C#
- Homepage:
- Size: 26.5 MB
- Stars: 3,967
- Watchers: 274
- Forks: 1,149
- Open Issues: 207
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SuperSocket
[](https://gitter.im/supersocket/community)
[](https://github.com/kerryjiang/SuperSocket/actions?query=workflow%3Abuild)
[](https://www.nuget.org/packages/SuperSocket/)
[](https://www.nuget.org/packages/SuperSocket)
[](https://996.icu/#/en_US)**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.
- **Project homepage**: [https://www.supersocket.net/](https://www.supersocket.net/)
- **Documentation**: [https://docs.supersocket.net/](https://docs.supersocket.net/)
- **License**: [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)---
##### Nuget Packages
| Package | MyGet Version | NuGet Version | Download |
| :------|:------------:|:------------:|:--------:|
| **SuperSocket**
(all in one) | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket) | [](https://www.nuget.org/packages/SuperSocket/)| [](https://www.nuget.org/packages/SuperSocket/) |
| **SuperSocket.ProtoBase** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.ProtoBase) | [](https://www.nuget.org/packages/SuperSocket.ProtoBase/)| [](https://www.nuget.org/packages/SuperSocket.ProtoBase/) |
| **SuperSocket.Primitives** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Primitives) | [](https://www.nuget.org/packages/SuperSocket.Primitives/)| [](https://www.nuget.org/packages/SuperSocket.Primitives/) |
| **SuperSocket.Connection** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Connection) | [](https://www.nuget.org/packages/SuperSocket.Connection/)| [](https://www.nuget.org/packages/SuperSocket.Connection/) |
| **SuperSocket.Kestrel** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Kestrel) | [](https://www.nuget.org/packages/SuperSocket.Kestrel/)| [](https://www.nuget.org/packages/SuperSocket.Kestrel/) |
| **SuperSocket.Server** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Server) | [](https://www.nuget.org/packages/SuperSocket.Server/)| [](https://www.nuget.org/packages/SuperSocket.Server/) |
| **SuperSocket.Server.Abstractions** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Server.Abstractions) | [](https://www.nuget.org/packages/SuperSocket.Server.Abstractions/)| [](https://www.nuget.org/packages/SuperSocket.Server.Abstractions/) |
| **SuperSocket.Command** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Command) | [](https://www.nuget.org/packages/SuperSocket.Command/)| [](https://www.nuget.org/packages/SuperSocket.Command/) |
| **SuperSocket.Client** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Client) | [](https://www.nuget.org/packages/SuperSocket.Client/)| [](https://www.nuget.org/packages/SuperSocket.Client/) |
| **SuperSocket.Client.Proxy** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Client.Proxy) | [](https://www.nuget.org/packages/SuperSocket.Client.Proxy/)| [](https://www.nuget.org/packages/SuperSocket.Client.Proxy/) |
| **SuperSocket.WebSocket** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.WebSocket) | [](https://www.nuget.org/packages/SuperSocket.WebSocket/)| [](https://www.nuget.org/packages/SuperSocket.WebSocket/) |
| **SuperSocket.WebSocket.Server** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.WebSocket.Server) | [](https://www.nuget.org/packages/SuperSocket.WebSocket.Server/)| [](https://www.nuget.org/packages/SuperSocket.WebSocket.Server/) |
| **SuperSocket.Udp** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Udp) | [](https://www.nuget.org/packages/SuperSocket.Udp/)| [](https://www.nuget.org/packages/SuperSocket.Udp/) |
| **SuperSocket.SerialIO** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.SerialIO) | [](https://www.nuget.org/packages/SuperSocket.SerialIO/)| [](https://www.nuget.org/packages/SuperSocket.SerialIO/) |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