开发者

WebSockets: Any working C# examples?

开发者 https://www.devze.com 2023-01-05 23:19 出处:网络
I\'m using Chrome 5.0.375.86. Can anyone point me to a working example of an HTML page communicating (or at least establishing a 开发者_开发问答handshake) in Chrome with a C# (faux) web server?

I'm using Chrome 5.0.375.86. Can anyone point me to a working example of an HTML page communicating (or at least establishing a 开发者_开发问答handshake) in Chrome with a C# (faux) web server?

The current version of WebSockets in hixons-76 (or whatever) and not -75. What does production Chrome currently support? I think it's -75. Do I need the nightly build for -76?


This is also a nice example (The author says it should work with -76)

http://nugget.codeplex.com/

Heres a Related Question on SO, Should help you to get started


Maybe you will find useful my demo http://programistka.com/en/websockets-c/ which uses two open source libraries - one for server and one for client. In my opinion it is really worth to check them.

0

精彩评论

暂无评论...
验证码 换一张
取 消