How to write a realtime chat applet. How do applets communicate with each other over a network ?
Printable View
How to write a realtime chat applet. How do applets communicate with each other over a network ?
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.