Friday, July 27, 2012

Debugging ColdFusion WebSockets

Debugging ColdFusion WebSockets: Debugging ColdFusion websockets is not the easiest things, at least not as easy as using websockets. ColdFusion 10 provides a seamless integration to websockets. It provides it's own messaging layer and client side JS functions to subscribe and publish messages to a web sockets. As CF websockets works Asynchronously that makes debugging even more complicated. However CF10 websockets messages provides some sort of information. It is a bit difficult for beginners. Specifically when there is an error message. it is very difficult to determine it is from client side or server side. Here is a small tool that will help

DIGITAL JUICE

No comments:

Post a Comment

Thank's!