Where can I download websocket server for Windows. Easy to install. Different from node.js I have already tried this one and couldn't manage to run it on my computer.
Asked
Active
Viewed 2,400 times
1 Answers
6
If you are developing for Windows you'll probably be using .NET. Here are a few .NET WebSocket server options (I'll also be updating this realtime technologies guide with tech as I find them).
- XSockets
- SuperWebSocket
- WebSync (which works with IIS)
- Pokein

leggetter
- 15,248
- 1
- 55
- 61
-
I use javascript. I don't have host name but I won't need one since this app should be something like desktop app. – Nikolay Aug 26 '11 at 13:55