# SuperSocket **Repository Path**: yongjinc/SuperSocket ## Basic Information - **Project Name**: SuperSocket - **Description**: SuperSocket 是一个轻量级的可扩展的 Socket 开发框架,可用来构建一个服务器端 Socket 程序,而无需了解如何使用 Socket,如何维护Socket连接,Socket是如何工作的。该项目使用纯 C# 开发,易于扩展和集成到已有的项目。只要你的已有系统是使用.NET开发的,你都能够使用 SuperSocket来轻易的开发出你需要的Socket应用程序来集成到你的现有系统之中。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://supersocket.codeplex.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 308 - **Created**: 2016-09-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SuperSocket [![Build Status](https://travis-ci.org/kerryjiang/SuperSocket.svg?branch=master)](https://travis-ci.org/kerryjiang/SuperSocket) ## This branch is under developing and unstable. If you want a stable version which can be used in your production system, please switch to branch v1.6. ## **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 (like forum/CRM/MIS/HRM/ERP) 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) *Copyright 2010-2015 Kerry Jiang (kerry-jiang@hotmail.com)*