I'm working on a socket server to instantly receive data from multiple clients, manipulate the data and instantly send it to each of the client connected.
I assumed Java was the simplest as it's the only one I've had minor experiences with.
The problem is, when data is sent, it's stored in the...