I want to build a two player game for android. I was wondering if I can use nodejs as a web server. Can nodejs be used to serve android clients ? How data will be pushed using nodejs to an android client ? Can it be used to serve iOS client ?
I recommend you using Socket.IO.
And then use Socket.IO-Client for Java for the android.