Hi, I’m curious as to where I should go to learn networking.
Background Information: I’ve learned and skipped around with the basics of Java and I’ve been programming with Slick2D for a while.
I’ll start off by reading through http://docs.oracle.com/javase/tutorial/networking/TOC.html and some standard Google searching.
- Does anyone know of another good place for me to learn networking?
JGO’s Java Gaming Resources then lists KryoNet, RedDwarf, and Narya as networking libraries.
- If I wanted to make a multiplayer game with Slick2D (possibly libGDX) should I use one of the three libraries listed above or make my own networking structure?
Sorry if this question has been asked before, thanks for any help.