SuperWebSocket is a .NET implementation of WebSocket server.

SuperWebSocket is a .NET implementation of WebSocket server.,第1张

概述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

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 tohttp://en.wikipedia.org/wiki/WebSockets.

browsers support WebSocket API:

hixie-75 hixie-76
hybi-00
Protocol Internet Explorer Mozilla firefox Google Chrome Safari Opera NetFront
  4 5.0.0  
4.0 (Disabled) 6 5.0.1 11.00 (Disabled) hybi-06 HTML5 Labs dev hybi-07 6.0 hybi-09 hybi-10 IE10 developer prevIEw 7 14 RFC 6455 11 16  

 

Main features SuperWebSocket already has:

hixIE-76/hybi-00,hybi-10,rfc6455 are supported linux support by Mono 2.10+ SSL/TLS encryption transferring (wss) support Sub protocol support Support mutiple hosting environment like windows service,console application and web site Support mutiple instances,you can run many websocket server instances on different ports in the same hosting application Maximum concurrency connection number limitation support Built-in JsON support Message level encryption

           


It is built base on another open source project SuperSocket which is an extensible socket application framework.

 

Donate:

  

 


Road map of SuperWebSocket:

Support sub protocol SSL/TLS encryption(wss) support Fix data communication issues Mono support
Sec-WebSocket-Extensions plugable interface Message level encryption documentation

Consult/feature request:

 

[email protected]

Skype: kerry-jiang

GitHub Repository: https://github.com/kerryjiang/SuperWebSocket

Author's linkedIn profile: http://cn.linkedin.com/in/kerryjiang

linkedIn Group: http://www.linkedin.com/groups/SuperSocket-User-Group-3821247

QQ Group: 135969383

Last edited Mon at 5:54 PM by kerryjiang,version 90

总结

以上是内存溢出为你收集整理的SuperWebSocket is a .NET implementation of WebSocket server.全部内容,希望文章能够帮你解决SuperWebSocket is a .NET implementation of WebSocket server.所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1022723.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存