Hi Fredrik,

Here is the ICS-based WebSockets server, which I've sent to Francois but
did not get a response.

All websockets-related stuff is implemented as a set of classes/units inside
'websockets' folder. Actually, this is a port of phpws project available at
http://code.google.com/p/phpws/. There is no a specific component for
websockets, they are handled internally from a custom TTcpSrvClient.

The test project uses port number 12345 for websocket connections
by default. Test client web-page is also included and uses the same port.

Best wishes,
Stan

----- Original Message ----- From: Fredrik Larsson
To: 'ICS support mailing'
Sent: Friday, March 16, 2012 4:08 PM
Subject: Re: [twsocket] Design principles of WebSockets server for ICS


Hi,

I would be very interested in trying out and test this websocket-component.
I don't think that there is a huge need for a Delphi-client of websocket yet
(I might be wrong though) but the serverside is very interesting.
With websocket you can communicate with your system without the webbrowser
having to re-fetch data every second or so depending on your system.
When there is data the server simply send it.

First of all a simple chat-window on a website is a typical usage. I can
also imagine surveillance system where you need to monitor data in realtime.
Online games is probably another usage..

Regards, Fredrik.

-----Original Message-----
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of François Piette
Sent: den 4 mars 2012 16:25
To: 'ICS support mailing'
Subject: Re: [twsocket] Design principles of WebSockets server for ICS

By the way, I don't really understand the real world use case for such
"WebSockets" in the context of a IC/Delphi/WebServer application. Unless you
have to support and existing client application, it is IMO not very
interesting. Maybe I'm wrong.

--
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
--
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

Reply via email to