Go to file
Blank bb220daeca [同步]1. 同步主库到2024年8月8日 14ced0fb4d1858efc4db0e2221ef3ccbb3e60f0b
14ced0f - never allow unmasked client websocket package
2024-10-21 16:16:45 +08:00
.github/workflows [增加]1. 增加镜像同步 2024-07-24 12:00:22 +08:00
src [同步]1. 同步主库到2024年8月8日 14ced0fb4d1858efc4db0e2221ef3ccbb3e60f0b 2024-10-21 16:16:45 +08:00
.gitignore [修改]1. 修改命名空间和程序集 2024-07-04 14:27:50 +08:00
Dependencies.props downgraded to 6 2024-05-14 20:28:44 -07:00
Directory.Build.props [增加]1. 增加包配置 2024-07-04 15:26:01 +08:00
GameFrameX.SuperSocket.sln [修改]1. 重建解决方案 2024-07-04 14:58:16 +08:00
LICENSE added LICENSE file 2015-12-03 00:22:30 +08:00
README.md [修改]1. 修改命名空间和程序集 2024-07-04 14:27:50 +08:00
logo.png [修改]1. 修改命名空间和程序集 2024-07-04 14:27:50 +08:00

README.md

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