Skip to content

Learning node.js. Three apps over the weekend. Read the README!

Notifications You must be signed in to change notification settings

rsivapr/beginNode

Repository files navigation

Contents

Check branches for each.

ImgLoader

From the tutorial mentioned above.

PasteHit

My take on a pastebin type app. Uses MongoDB for data storage.

ChatBox

Trying my hand on a realtime chat app. Uses socket.io.

#Installation Instructions

  1. Clone repo.
  2. 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   
  1. cd into beginNode
  2. Run npm install.
  3. Run node index.js.
  4. Go to http://localhost:8888/

About

Learning node.js. Three apps over the weekend. Read the README!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published