Radialware Comet Server Chat Sample
This sample application demonstrates a simple web based chat. Since this sample is
built using our Comet technology, the clients do not need to refresh the chat page to see new
messages. There are also no timers running in the background of the client's web browser. The
way it works is messages are sent to a database using AJAX. A program running on our server,
called a publisher, collects these messages and sends them to the Comet Server in a self-describing
XML document. The Comet Server interprets the document and broadcasts it to all clients, also called
subscribers, connected to this chat sample. Creating applications like these are simple with the
Radialware Comet Server.
Please enter a name below and click on Login to get started.