Linux multiplayer server, need some help.
- by Viktor
I need to write a server for a game, which is closer to action type game, so needs fast communication. There must be only one server, I'll just split the world in zones, but this is not the question.
Client will be written in java using jMonkeyEngine. In my opinion I should write the server in java. I don't want to implement any low level features…