Hi all,
I’m new to this forum and could not find a decent answer to my question. Please let me know when this question is already answered in another topic.
I have a couple of years Java experience and have made some simple mini games. Now I want to make a multi player game (in an Applet). But for networking I still doubt using RMI or just Sockets (or maybe something else?). I red for example about JMS, but I think that is to abstract to use in game development.
My main question is; what is the best to use for networking in the Applet?
Regarding to networking, what do you use?
Thanks!