Hi Pierre,

I know what are Web Sockets. To my understanding, the server support
could be made on top of ICS's HTTPserver, by forcing an unlimited
keep-alive connection if websockets handshake is succeeded, and
disabling any standard http-related events processing in this mode.
There is a lot of sources out there.
I just wonder if someone already implemented this for ICS.

Best wishes,
Stan

----- Original Message ----- From: "Pierre Y." <zedal...@neuf.fr>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Sunday, December 11, 2011 6:30 PM
Subject: Re: [twsocket] WebSockets server


There is something based on raw Windows Sockets here :
http://code.google.com/p/delphionrails

Websockets are based on HTTP, using the "upgrade" header to convert to
the http connection to a websocket one. Can't evaluate how hard it
will be to port the code to ICS.

Regards,

--
Pierre

On Sun, Dec 11, 2011 at 3:00 PM, Stan <stas...@orc.ru> wrote:
Hi everybody,

Does probably someone have a WebSockets server implemenation for ICS?
Thanks in advance.

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

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