HTTPSocket Server

Author: ["Calin"]

Language: [http://www.perl.org Perl]

Platform: Linux


The process is started up as a CGI process. If an 'open' request is sent, it forks into the background and establishes a connected socket. When the application makes future CGI requests, a session id is included. The ID is used to connect to the background process, and send or receive data from the socket.

HTTPSocket Client

Java Library

Author: ["Cal"]

Language: Java

Platform: Java-enabled web browser


Intended to be used as a drop-in replacement for the standard socket class.

AJAX Library

Author: ["Calin"]

Language: Javascript

Platform: Modern web browsers


Allows Javascript applications to connect to socket services.

HTTPSocket (last edited 2008-06-09 01:45:17 by calin)