Hey guys, I wanted to know what libraries or examples exist for WebSockets in .NET
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
Only thing that seems to be there is this: As it seems, you have to pay for a full version. If you're not interested in paying, you can either write a server yourself (see the spec) or you can switch the language, you can find more information on that over a the SO WebSocket FAQ. |
||||
|
This one works which also comes with an example app. I tested it myself using chrome |
||||
|
Activemq supports websockets and has a .net client. While the queue/message abstraction might not be the best for your use case, it could be worth to have a look at. http://activemq.apache.org/websockets.html |
||||
|
|
||||
|