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

The Face of the Stack - NodeStack

The Face of the Stack - NodeStack

Developing using the Nodestack. Node.js, MongoDB, Browser Development, SmartOS

Paul Serby

June 18, 2013
Tweet

More Decks by Paul Serby

Other Decks in Technology

Transcript

  1. SIMPLE INSTALLATION # nave sudo sh -c 'curl -fsSL https://raw.github.com/isaacs/nave/master/nave.sh

    > /usr/local/ bin/nave && chmod ugo+x /usr/local/bin/nave' # Node.js nave usemain stable # Homebrew ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" # Mongo brew install mongo https://github.com/clocklimited/setup/
  2. VERSION SWITCHING # Switch Version nave use 0.10.11 nave use

    stable nave use latest nave use 0.8 nave use 0.6 nave use 0.4
  3. SHAREABLE CODE Good candidates for code sharing • Formatting /

    Parsing • Validation • Schema definition • Utility Belts (underscore etc) https://github.com/substack/node-browserify http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)