Java Glossary : chat

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : C words : chat.

chat
A program that lets a group of people talk to each other in real time. Unfortunately Java Applets have a severe restriction that makes chat Applets less efficient than they otherwise would be. Applets cannot talk to anyone on the net other that the server from which they were loaded. They can't talk directly to other Applets running on other computers. Instead they must talk to a server that relays messages to the other Applets. You can get around this restriction with signed Applets, but that opens a can of worms. Babylon is a GPLed Java chat system, not fancy, but a start for building your own. One the best chat systems I have seen is at Gay.com. You might consider setting up your chat system by licensing software or servers from some existing chat system.
Alex Lyakhovetsky's chat implemented with sockets. Cassady-Dorian chat implemented with CORBA ¤ Conferenceroom.com used by CNN has plenty of power to handle high traffic
The following is a silly webchat channel, but it lets you at least experiment with the software. This is how the software looks to a supervisor. It appears very buggy to me.
This application requires Java suport.


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 954.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/chat.html J:\mindprod\jgloss\chat.html