Hi there,
I’m quite new to java and just started to experiment. Now I decided to write an game applet. This should be a two player game (as chess for example) each one sitting in front of a PC with a connection to the server.
I thought first that I should use sockets … but then I read that using sockets with applets isnt’ appropriate … Now I’m a little bit confused how I should write the networking part of the game. Waiting for some advise. TIA ???