New cf-websocket-gateway Released
I've released a new version of cf-websocket-gateway which allows for targeted messaging. In the first release, messages were sent to all connected WebSocket clients. With this release you can now send messages to a single client or sets of clients. For more information see the github wiki.
I've also upload three sample applications that show how to use the WebSocket gateway with Flash fallback for browsers that do not support WebSockets. The examples are available in the v.1.1 download.




The chat examples works perfectly, however the private chat example does not work in MSIE but works fine in Chrome and Firefox. Any ideas on where the problem may be?
MSIE connects as it receives message but does not display the "..joined chat" message. It appears as "UNREGISTERED" in the drop list. On disconnect "UNREGISTERED left the chat." is displayed by other browsers.
BTW - in application.cfc you have typos: onApplicaitonStart and applicaiton.userRegistry (..cait... should be ...cati...) - do not think that afects app anyway.