See the awesome game demo at touchtonetanks.com. See the barebones demo at nodaphone.dtrejo.com. There's also some basic documentation over there.
The main goal of this repo is to show you how to get the keypresses from the phone to your game in the browser. Other than that, it's probably a bad example of things. You may also want to look into something like now.js for more streamlined communication over socket.io.
Let me know if I should add more, or if it is unclear. Thanks!
Then clone the git repo like this, install the dependencies, and start up the demo:
cd nodaphone/
git submodule update --init --recursive
npm install eyes socket.io node-static
node nodaphone.js
(I may have forgotten a dependency, in which case you will need to npm install
it.)
Much thanks to these technologies and individuals: