/ColdFusion-Hotwire-Demos

Exploring the use of Basecamp's Hotwire in a Lucee CFML context.

Primary LanguageDockerfile

ColdFusion + Basecamp Hotwire Demos

by Ben Nadel

I had started to build a demo application using Basecamp's Hotwire with ColdFusion (Lucee CFML in this case); but, I quickly realized that I bit off way more than I could chew, attempting to use a robust framework before I even understood the fundamentals of how Hotwire worked. As such, I wanted to start over and explore the Hotwire basics using focused, standalone demos in a ColdFusion context.

After Forking turbo

I decided to fork the @hotwired/turbo repository and make a CFML-compatible version, turbo-cfml. The only difference is that I added cfm|cfml|cfc to the RegExp pattern that is tested before a turbo-based navigation is executed.

Before Forking turbo