Skip to content

Instantly share code, notes, and snippets.

@4rzael
Last active March 23, 2016 18:12
Show Gist options
  • Save 4rzael/80c5a27a1972b34ae100 to your computer and use it in GitHub Desktop.
Save 4rzael/80c5a27a1972b34ae100 to your computer and use it in GitHub Desktop.
Node.JS lightning talk

node

  • Node.JS, c'est quoi ?
    • execute du JS
    • Hors navigateur
    • même moteur que chrome : V8

v8

  • Open source, maintenu par googe
  • codé en C++
  • Just in time
  • sur-compilation avec crankshaft
  • garbage collector incrémental

libuv

  • Codé en C
  • asynchrone
  • évenementiel

npm

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