Skip to content

Instantly share code, notes, and snippets.

@pedroha
Created June 11, 2013 16:09
Show Gist options
  • Save pedroha/5758209 to your computer and use it in GitHub Desktop.
Save pedroha/5758209 to your computer and use it in GitHub Desktop.
Node.js Intro

Introduction to NodeJS

Introduction to NodeJS

NodeJS

  • V8 Javascript Engine
  • Core libraries: process, networking, file, console
  • Server-side Javascript

NPM

  • Repository of node.js libraries
  • Commands: search, install, remove, update
  • Usage: require(), node_modules folders

Popular Packages

  • Express.js
  • Socket.io
  • Meteor

References

Download

http://nodejs.org https://npmjs.org/

Tutorials

Articles

Libraries

Book

[http://www.amazon.com/Node-Web-Development-David-Herron/dp/184951514X] (Node Web Development, David Herron)

Paid video tutorials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment