WebSocket is a protocol providing bi-directional(full-duplex) communication between multiple clients and server. The release of CF10 provides the support for websocket connection in ColdFusion applications. This post describes the use of websockets in ColdFusion.
In MitrahSoft, we use FW1 as default CFML framework for most of our applications. In most cases, we need role based security implementation. So we have created a sample to achieve...