Skip to content

Instantly share code, notes, and snippets.

@cwoodcox
Created December 17, 2011 00:14
Show Gist options
  • Save cwoodcox/1488641 to your computer and use it in GitHub Desktop.
Save cwoodcox/1488641 to your computer and use it in GitHub Desktop.
http://nodejs.org
http://search.npmjs.org/
https://github.com/dannycoates/node-inspector
Terminal:
brew install node
brew install npm
Those little guys will make for a beefy compile process, make sure you're plugged in. building the V8 engine from source can take some time.
Hit me up with questions once you've got it set up. The biggest mental hurdle when I was starting off was wrapping my brain around running JavaScript not in the browser. Haha. Also, look at CoffeeScript. It makes node much more enjoyable when you don't have to deal with the awkwardness of writing pure JS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment