SuperSocket 是一个轻量级的可扩展的 Socket 开发框架,可用来构建一个基于命令的服务器端 Socket 程序,而无需了解如何使用 Socket,如何维护Socket连接,Socket是如何工作的。该项目使用纯 C# 开发,易于扩展和集成到已有的项目。只要你的已有系统(forum/CRM/MIS/HRM/ERP)是使用.NET开发的,你都能够使用 SuperSocket来轻易的开发出你需要的Socket应用程序来集成到你的现有系统之中。 主要改 动: * 修正了在Socket通信中的一些缺陷 * 为Socket服务器新增了多个配置选项 * 改进了命令解析结构设计 * 使用SocketAsyncEventArgs和BufferManager实现了异步Socket通信的最佳实践 * 移除或移动无 用的文件 * 将软件发 布许可更改为Apache License Version 2.0 Release Notes Main changes: * Fixed bugs in socket communications * Added more socket server configurations * Improved the command parser structure * Implemented the best async socket communication practice using SocketAsyncEventArgs and BufferManager * Removed/moved unused files * Changed license to Apache License Version 2.0 项目主页: http://supersocket.codeplex.com/ SuperSocket 1.0 beta 55007下载地址: http://supersocket.codeplex.com/releases/48734/download/131750 |