Click to See Complete Forum and Search --> : Chat Applet


user
September 23rd, 2000, 09:55 AM
How to write a realtime chat applet. How do applets communicate with each other over a network ?

Rodrigo Vázquez
September 27th, 2000, 10:41 AM
I´m working with a Broker that has the basics of a Chat. I´m using sockets to conect each other as clients and a server aplication with a ServerSocket to recieve all the messages and re distribute them to the clients. Try to work with sockets, they are easy to connect and work well.
Hope this help.