websocket node.js

  1. Cecil

    Question The WebSocket Protocol implimented in the ABL(rfc6455)

    Has anybody implemented the WebSocket protocol in the ABL? I was mucking around with node.js and WebSocket and I realised that the is opportunity for a server side process to send messages to the node.js using Socket.io and that message can then be broadcast to other WebSocket clients. So...
Top