MitrahSoft is an Adobe offcial partner MitrahSoft is Lucee offcial partner & core contributing developer

Blog

WebSocket In ColdFusion

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.

FW1 Security Module

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...