Client-Server
Java
2
Posts
2
Posters
0
Views
1
Watching
-
-
I want to learn networking projects. So there should be a server and a few clients to test my code. Unfortunately I have only a single machine. Is there any software available for simulating a server and a few clients( or one client) in a single machine?
You don't really need anything special unless you are concerned about the networking. Just set up the server listening for connections and run the client so it will connect to the correct prort on the local host.
Panic, Chaos, Destruction. My work here is done.