SuperSocket_v1.6开发框架

所属分类:其他
开发工具:C#
文件大小:10350KB
下载次数:6
上传日期:2019-05-09 11:13:26
上 传 者__顺顺
说明:  SuperSocket是一个轻量级的可扩展的Socket开发框架,可用来构建一个服务器端Socket程序,而无需了解如何使用Socket,如何维护Socket连接,Socket是如何工作的。该项目使用纯C#开发,易于扩展和集成到已有的项目。只要你的已有系统是使用.NET开发的,你都能够使用SuperSocket来轻易的开发出你需要的Socket应用程序来集成到你的现有系统之中。
(SuperSocket is a lightweight extensible Socket development framework that can be used to build server-side Socket programs without having to know how to use sockets, how to maintain Socket connections, and how sockets work. Developed in pure C#, the project is easy to extend and integrate into existing projects. As long as your existing system is developed using.net, you can use SuperSocket to easily develop the Socket applications you need to integrate into your existing system.)

文件列表:
Agent\Program.cs (3186, 2016-03-20)
Agent\Properties\AssemblyInfo.cs (301, 2016-03-20)
Agent\SuperSocket.Agent.Net35.csproj (3470, 2016-03-20)
Agent\SuperSocket.Agent.Net40.csproj (3516, 2016-03-20)
Agent\SuperSocket.Agent.Net45.csproj (3592, 2016-03-20)
Agent\WorkItemAgent.cs (5515, 2016-03-20)
Build.bat (1405, 2016-03-20)
BuildQuickStart.bat (253, 2016-03-20)
BuildServerManager.bat (1627, 2016-03-20)
Common\ArraySegmentEx.cs (805, 2016-03-20)
Common\ArraySegmentList.cs (22599, 2016-03-20)
Common\AssemblyUtil.cs (9839, 2016-03-20)
Common\BinaryUtil.cs (12606, 2016-03-20)
Common\BufferManager.cs (2833, 2016-03-20)
Common\ConfigurationElementBase.cs (7316, 2016-03-20)
Common\ConfigurationExtension.cs (11953, 2016-03-20)
Common\DictionaryExtension.cs (1530, 2016-03-20)
Common\ErrorEventArgs.cs (1018, 2016-03-20)
Common\GenericConfigurationElementCollection.cs (3861, 2016-03-20)
Common\Platform.cs (1782, 2016-03-20)
Common\Properties\AssemblyInfo.cs (835, 2016-03-20)
Common\SearchMarkState.cs (936, 2016-03-20)
Common\SendingQueue.cs (16692, 2016-03-20)
Common\SmartPool.cs (9532, 2016-03-20)
Common\SocketEx.cs (1831, 2016-03-20)
Common\StringExtension.cs (5548, 2016-03-20)
Common\StringExtension.NET35.cs (1058, 2016-03-20)
Common\StringExtension.NET4.cs (856, 2016-03-20)
Common\SuperSocket.Common.Net35.csproj (5665, 2016-03-20)
Common\SuperSocket.Common.Net40.csproj (5626, 2016-03-20)
Common\SuperSocket.Common.Net45.csproj (5702, 2016-03-20)
Common\TheadPoolEx.cs (2714, 2016-03-20)
Dlr\DynamicCommand.cs (2635, 2016-03-20)
Dlr\DynamicCommandLoader.cs (3707, 2016-03-20)
Dlr\DynamicCommandLoaderBase.cs (9564, 2016-03-20)
Dlr\FileScriptSource.cs (895, 2016-03-20)
Dlr\IScriptSource.cs (954, 2016-03-20)
Dlr\Properties\AssemblyInfo.cs (336, 2016-03-20)
Dlr\ScriptSourceBase.cs (1022, 2016-03-20)
Dlr\SuperSocket.Dlr.Net35.csproj (3895, 2016-03-20)
... ...

# SuperSocket [![Build Status](https://travis-ci.org/kerryjiang/SuperSocket.svg?branch=v1.6)](https://travis-ci.org/kerryjiang/SuperSocket) **SuperSocket** is a light weight extensible socket application framework. You can use it to build a server side 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 system. As long as your systems are developed in .NET language, you must be able to use SuperSocket to build your socket application as a part of your current system perfectly. - **Project homepage**: [http://www.supersocket.net/](http://www.supersocket.net/) - **Documentation**: [http://docs.supersocket.net/](http://docs.supersocket.net/) - **Releases download**: [http://supersocket.codeplex.com/releases/](http://supersocket.codeplex.com/releases/) - **License**: [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) **NuGet Packages** | Name | Package | |---------------------------|-----------------------------------| | **SuperSocket** | [![SuperSocket][1]][2] | | **SuperSocket.Engine** | [![SuperSocket.Engine][3]][4] | | **SuperSocket.WebSocket** | [![SuperSocket.WebSocket][5]][6] | [1]: https://img.shields.io/nuget/v/SuperSocket.svg?style=flat [2]: https://www.nuget.org/packages/SuperSocket [3]: https://img.shields.io/nuget/v/SuperSocket.Engine.svg?style=flat [4]: https://www.nuget.org/packages/SuperSocket.Engine [5]: https://img.shields.io/nuget/v/SuperSocket.WebSocket.svg?style=flat [6]: https://www.nuget.org/packages/SuperSocket.WebSocket *Copyright 2010-2015 Kerry Jiang (kerry-jiang@hotmail.com)*

近期下载者

相关文件


收藏者