Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 621 Bytes

File metadata and controls

27 lines (21 loc) · 621 Bytes

node.js or how I learned to stop worrying and love the node

ignite talk (20 slides that auto-advance every 15 seconds for a total of just 5 minutes)

  • history
  • architecture - js, v8, libuv
  • i/o and ways to deal with it - sync/threads/process/evented
  • why js?
  • node design goals
  • npm and the community

live coding

  • hello world
  • CommonJS
  • callbacks
  • streams and pipes
  • event emitters
  • real-time with socket.io
  • full stack app - client and server in js

node style guide

https://github.com/felixge/node-style-guide