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.