> For people who want to understand how WebSocket protocol works I found > a this very interesting and crystal clear article : > > http://lucumr.pocoo.org/2012/9/24/websockets-101/
Thanks, I've got various reading about websockets, but no time to think about them, although it is on the long term ICS wish list I published a while ago. I'm sure you can borrow some of the server side implementation for the client, creating keys and frames will be very similar in client and server. My inclination would be client websockets should be a separate ICS component, a descendent of THttpCli, overriding the necessary events, with only minor changes in THttpCli, which is a stable component. We also need a test websockets web site, a quick Google suggests some echo test sites (like http://www.websocket.org), but ideally there should be some pages on my public IIS/8.5 server which seems to support websockets (at least it was an install option). My priority this month is the ACME protocol to automate acquiring and installing SSL certificates, which has got delayed due to other work. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
