Check branches for each.
From the tutorial mentioned above.
My take on a pastebin type app. Uses MongoDB for data storage.
Trying my hand on a realtime chat app. Uses socket.io.
- Clone repo.
- Install Node JS and NPM (Node Package Manager)
sudo apt-get update
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
- cd into beginNode
- Run
npm install
. - Run
node index.js
. - Go to http://localhost:8888/