- Writing image to SD card
sudo dd bs=1M if=./2014-12-24-wheezy-raspbian.img of=/dev/sdc
- Installing nodejs and modules
http://doctorbin.tumblr.com/post/53991508909/how-to-install-the-latest-version-of-nodejs-npm
I used this version: http://nodejs.org/dist/v0.11.7/
Newer versions "npm" not working, throws "Illegal instruction".
- Working chat app example
https://github.com/Automattic/socket.io/tree/master/examples/chat
- Javascript & JQuery tutorial
https://www.youtube.com/playlist?list=PLoYCgNOIyGACnrXwo5HMCfOH9VT05znGv
No comments:
Post a Comment