- Make sure node.js and npm is installed (terminal node, npm) Here is a nice tutorial how to install it with brew http://shapeshed.com/setting-up-nodejs-and-npm-on-mac-osx/
- Install all dependencies needed for node.js -
Open Terminal, change to project dir in folder "Server" … and run
npm install
- Start the Server: run
node app
- Goto
http://localhost:3000
in your Browser - Start the App on iPhone
- Important you have to enter the IP address of you computer not localhost … your iPhone doesn't know localhost
https://github.com/dirkweber/traqball.js
https://github.com/pkyeck/socket.IO-objc
MIT License