0
kicks
HTML5: Rebuilding the WebSockets Server prototype
Yesterday I blogged on installing the Microsoft WebSockets prototype with the Chat sample. The Chat sample needs a ChatService to broadcast the messages to all active sessions. The source code of this ChatService is not included in the package, that's why I decompiled the executable using Reflector and rebuilt it.