Skip to content

aravindmi/node.js-presentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

How I learned to stop worrying and love the Node

Video of my talk at Yellow Pages

node.js presentation

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

About

node.js - ignite style presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.8%
  • CSS 20.4%
  • HTML 14.8%