Not sure if its viable or reasonable idea. I'm new to this so forgive me if I forgot something simple. The idea is that I would have a game that could be played by multiple people in my network. What I want todo is make my local apache server listen for connection and handle game state logic to all listeners and update all listeners of for example the positions of each clients. Is this feasible? Currently I have my local apache setup on my mac. I can connect to my mac from my android device via inputting my ip-address. Any help on the next step? I would like to get a hello-world client/server program going using apache at least. Just need some guidance please.
This question is too broad to be answered in this kind of a website. If you're a developer and want to start developing online services with Java you can take a look at my blog, if you're into PHP you can find other blogs that can get you started.