I would try SignalR ... this seems like the right way to implement WebSockets, as it is part of the MSFT Web technology stack: Channel 9 intro video
BTW: The API has an interesting level of abstraction, where you can manage groups of clients, nice support for different initial stages of authentication, etc. The only thing that seems to me is that binary serialization is not supported, at least out of the box.
source
share