links

frontend frameworks : backbone, angularjs, reactjs
https://github.com/VarnaLab/javascript_flu

https://github.com/substack/stream-handbook

RELEASE


BUILD

$ npm pack
$ grunt ...
$ gulp ....
$ node script.js
   * shelljs
   * nodejs api


: distribution :

DEPLOY

Dedicated/VPS
   * ssh user@server
   * git clone ...
   * git pull/checkout/ ... 
   * :daemonize: node server.js
      * forever
      * supervisor
* in the `Cloud`
   * heroku
   * nodejitsu
   * modulus.io

NODE Hosting

https://github.com/joyent/node/wiki/node-hosting

CI

continuous integration

Continuous integration (CI) is the practice, in software engineering, of merging all developer working copies with a shared mainline several times a day.

==

continuous release 
build/deploy
+ test
+ .... 

Nodejs CI

self - hosted
https://github.com/ryankee/concrete
http://stridercd.com/

saas
https://node.ci/
https://travis-ci.org/
https://magnum-ci.com/docs/nodejs

NEXT TIME


Project improvements
* realtime
* gameplay & highscores
* command line client :)
Made with Slides.com