2

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?

  • 3
    possible duplicate of [C# web socket server](http://stackoverflow.com/questions/2211898/c-web-socket-server) – John Saunders Jul 02 '10 at 03:27
  • The above http://nugget.codeplex.com/ not able to run. Is it because of different version of Chrome browser ? –  Oct 23 '12 at 02:46

2 Answers2

1

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

Community
  • 1
  • 1
Vivek Bernard
  • 2,063
  • 3
  • 26
  • 43
0

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.

Iwona Kubowicz
  • 364
  • 3
  • 15