Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Node.js for Hipsters

Node.js for Hipsters

These slides accompanied my presentation at Full Stack Meetup in Denver about getting started with Node.js, npm, Express (+ Jade and Stylus).

Taylor Beseda

April 10, 2013
Tweet

Other Decks in Programming

Transcript

  1. From mkdir to deploy A whirlwind tour of the hippest

    Node.js stack, complete with some live coding.
  2. From mkdir to deploy A whirlwind tour of the hippest

    Node.js stack, complete with some live coding.
  3. From mkdir to deploy A whirlwind tour of the hippest

    Node.js stack, complete with some live coding. rad screenshots of code
  4. From mkdir to deploy A whirlwind tour of the hippest

    Node.js stack, complete with some live coding. rad screenshots of code 1. What is Node?
  5. From mkdir to deploy A whirlwind tour of the hippest

    Node.js stack, complete with some live coding. rad screenshots of code 1. What is Node? 2. How to get it.
  6. From mkdir to deploy A whirlwind tour of the hippest

    Node.js stack, complete with some live coding. rad screenshots of code 1. What is Node? 2. How to get it. 3. Quick start app.
  7. What is Node.js It’s not a programming language. It’s not

    running in a web browser, and has nothing to to do with the DOM.
  8. What is Node.js It is a server-side environment for executing

    Javascript in a non-blocking way. It’s not a programming language. It’s not running in a web browser, and has nothing to to do with the DOM.
  9. Getting Started with npm Node Package Manager • Helps set

    up new projects • Manage project dependencies • Publish Javascript modules to npmjs.org