# SuperSocket
**Repository Path**: mcuxmx/SuperSocket
## Basic Information
- **Project Name**: SuperSocket
- **Description**: No description available
- **Primary Language**: C#
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-07-18
- **Last Updated**: 2023-07-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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.WebSocketServer**
(all in one for WebSocket server) | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.WebSocketServer) | [](https://www.nuget.org/packages/SuperSocket.WebSocketServer/)| [](https://www.nuget.org/packages/SuperSocket.WebSocketServer/) |
| **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.Channel** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.Channel) | [](https://www.nuget.org/packages/SuperSocket.Channel/)| [](https://www.nuget.org/packages/SuperSocket.Channel/) |
| **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.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.SessionContainer** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.SessionContainer) | [](https://www.nuget.org/packages/SuperSocket.SessionContainer/)| [](https://www.nuget.org/packages/SuperSocket.SessionContainer/) |
| **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.GZip** | [](https://www.myget.org/feed/supersocket/package/nuget/SuperSocket.GZip) | [](https://www.nuget.org/packages/SuperSocket.GZip/)| [](https://www.nuget.org/packages/SuperSocket.GZip/) |
| **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:
- 2023:
- More documents
- Performance test/tuning
- Fix issues of the existing features
- Other features requested by users
- Stable release