ChrisOBrien
ChrisOBrien

Reputation: 31

WebSockets: Any working C# examples?

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?

Upvotes: 2

Views: 2007

Answers (2)

Iwona Kubowicz
Iwona Kubowicz

Reputation: 374

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.

Upvotes: 0

Vivek Bernard
Vivek Bernard

Reputation: 2073

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

Upvotes: 1

Related Questions