Skip to content

Instantly share code, notes, and snippets.

@roblafeve
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblafeve/55f2da0375aee04d45d3 to your computer and use it in GitHub Desktop.
Save roblafeve/55f2da0375aee04d45d3 to your computer and use it in GitHub Desktop.
Getting Confident and Comfortable with Node.js

Getting Confident and Comfortable with Node.js

What is Node?

Simply, a Javascript runtime.

The success of Node

  1. Asynchronous as First Class Citizen
  2. Non-blocking I/O
  3. Event-driven I/O
  4. Single Threaded
  5. NPM: exetensive modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment