Network Programming in Java - #2 - Creating a Test Server
Introduction:
This tutorial is the second in my Java Network Programming using KryoNet series in which we are creating a test server.
Previous:
In the previous tutorial we downloaded the KryoNet files and set up our projects.
Test Server:
So first, create a new file called Main (can be whatever you like) and add the following imports...