SuperWebSocket

所属分类:Websocket编程
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2016-04-23 16:50:50
上 传 者sh-1993
说明:  SuperWebSocket是Web Socket服务器的.NET实现。
(SuperWebSocket is a .NET implementation of WebSocket server.)

文件列表:
App.config (656, 2016-04-23)
Build.Net45.bat (556, 2016-04-23)
Build.bat (930, 2016-04-23)
Cloud/ (0, 2016-04-23)
Cloud/WindowsAzure/ (0, 2016-04-23)
Cloud/WindowsAzure/AzureHost/ (0, 2016-04-23)
Cloud/WindowsAzure/AzureHost/AzureHost.ccproj (2797, 2016-04-23)
Cloud/WindowsAzure/AzureHost/ServiceConfiguration.Cloud.cscfg (473, 2016-04-23)
Cloud/WindowsAzure/AzureHost/ServiceConfiguration.Local.cscfg (473, 2016-04-23)
Cloud/WindowsAzure/AzureHost/ServiceDefinition.build.csdef (823, 2016-04-23)
Cloud/WindowsAzure/AzureHost/ServiceDefinition.csdef (438, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/ (0, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/Config/ (0, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/Config/log4net.config (2718, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/Properties/ (0, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/Properties/AssemblyInfo.cs (1424, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/SuperWebSocketWorkerRole.csproj (4455, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/WorkerRole.cs (2641, 2016-04-23)
Cloud/WindowsAzure/SuperWebSocketWorkerRole/app.config (1159, 2016-04-23)
Cloud/WindowsAzure/WindowsAzure.sln (4231, 2016-04-23)
CopySuperSocketLibToBin.bat (766, 2016-04-23)
GlobalAssemblyInfo.cs (419, 2016-04-23)
LICENSE.TXT (9130, 2016-04-23)
PerformanceTest/ (0, 2016-04-23)
PerformanceTest/PerformanceTest.sln (6511, 2016-04-23)
PerformanceTest/PushTestClient/ (0, 2016-04-23)
PerformanceTest/PushTestClient/Program.cs (1390, 2016-04-23)
PerformanceTest/PushTestClient/Properties/ (0, 2016-04-23)
PerformanceTest/PushTestClient/Properties/AssemblyInfo.cs (1404, 2016-04-23)
PerformanceTest/PushTestClient/PushTestClient.csproj (2429, 2016-04-23)
PerformanceTest/PushTestServer/ (0, 2016-04-23)
PerformanceTest/PushTestServer/Properties/ (0, 2016-04-23)
PerformanceTest/PushTestServer/Properties/AssemblyInfo.cs (1404, 2016-04-23)
PerformanceTest/PushTestServer/PushTestAppServer.cs (1123, 2016-04-23)
PerformanceTest/PushTestServer/PushTestServer.csproj (3310, 2016-04-23)
PerformanceTest/PushTestServer/SuperSocket.SocketService.exe.config (873, 2016-04-23)
PerformanceTest/TestClient/ (0, 2016-04-23)
PerformanceTest/TestClient/Program.cs (3610, 2016-04-23)
PerformanceTest/TestClient/Properties/ (0, 2016-04-23)
... ...

SuperWebSocket ============== ### SuperWebSocket is a .NET implementation of WebSocket server. What is WebSocket? WebSocket is a technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket. It is designed to be implemented in web browsers and web servers but it can be used by any client or server application. The WebSocket API is being standardized by the W3C and the WebSocket protocol is being standardized by the IETF. Please refer to http://en.wikipedia.org/wiki/WebSockets. **SuperWebSocket** is being merged into [**SuperSocket**](https://github.com/kerryjiang/SuperSocket) as an additional module **SuperSocket.WebSocket**. You can use **SuperSocket.WebSocket** in the same way with **SuperWebSocket** but with a different namespace.

近期下载者

相关文件


收藏者