19 February 2005 - java_dev (original) (raw)

08:21 pm - top103 - Bingo How would you prefer a bingo(game) client.a browser(applet) or an application(like msn or aim).problem for appletsApplets cannot use MulticastSockets so would have to figure out a way to get around that. One option is to write a companion application that listened to the MulticastSocket and passed the information to the applet. A second option is to use a DatagramSocket in the applet to listen. However, DatagramSocket's don't have groups so the applet would have to listen to everything that comes across the socket and glean just the information that it needed