I'm trying to connect to a 3rd party server that requires a TCP/IP socket connection and uses JSON-RPC to communicate. I need to use ColdFusion 9 and am wondering if the built in event gateways in CF are the way forward?
All the examples I have found so far are event listeners but I can't find any help or examples to show me how to communicate with the 3rd party server I need to communicate with. Does anyone know of any libraries or examples I can look at to achieve the above. Should I be looking at utilising Java?