AngularJS bindings for GoInstant. Build realtime, multi-user apps with AngularJS and GoInstant easily. https://developers.goinstant.com/v1/GoAngular/index.html
I first tried using Node v.0.11.12. -> Doesn't work (errors on npm install)
Then switched to Node v.0.10.24
npm install -g gulpnpm installgulp
The Chrome browser loaded with http://localhost:5000/examples/ but there was no interpolation. The console said that build/build.js had not been found. A reload of the page fixed it :)
Follow install instructions in README.
I first tried using Node v.0.11.12. -> Doesn't work (errors on npm install) Then switched to Node v.0.10.24
npm install -g gulp
npm install
gulp
The Chrome browser loaded with http://localhost:5000/examples/ but there was no interpolation. The console said that
build/build.js
had not been found. A reload of the page fixed it :)