Skip to content

How to easy implement WebSockets on Adobe ColdFusion, Testing New Features of 2016 and Using Socket.IO as an alternative

Notifications You must be signed in to change notification settings

CFUG-SFL/CFUG-2016-02-CF2016-WEBSOCKETS-AND-SOCKETIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

South Florida ColdFusion User Group Meeting February 2016

Presented By Giancarlo Gomez

In this meeting we reviewed some new features of Adobe ColdFusion 2016, how easy it is to implement and use WebSockets on the Adobe ColdFusion Server and how to use with Socket.io instead.

There are 4 directories that were used in the demo and they are named based on the URLs I used during the demo. If you want to follow the examples without having to change much I suggest creating records in your local hosts file that point the domain names to the server you are using for testing and create a site for each folder.

  • Realtime With Websockets ( realtime.local.com in presentation )
    The codebase for this demo can be found Realtime With Websockets Repo.
  • AdvancedSocket
    The JavaScript Utility to help with connectivity issues with ColdFusion WebSockets @ AdvancedSocket Repo.
  • co2016.local.com
    This folder contains several subfolders that test some of the new code updates of ACF2016, only run if this is installed on an ACF 2016 server.
  • socket.io ( node.js required )
    This is the code for the socket.io server that will run on port 8080. Remember to do an npm install after downloading and then run node server.js to start.
  • socketio.local.com
    The example site using the socket.io server to connect, send and receive messages both from the client and the server (publish.cfm).

About

How to easy implement WebSockets on Adobe ColdFusion, Testing New Features of 2016 and Using Socket.IO as an alternative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published