Overview
Syllabus
Intro
You Don't Know Node Quick Intro to 5 Core Features
Starting with basics: Why Use Node?
Input/output is one of the most expensive type tasks ( CPU)
Node has non- blocking I/O
Blocking systems have to be multi- threaded
Node is single threaded... and that's good!
Who likes and understands callbacks?
Streams Abstractions for continuous chunking of data
Streams Inherit from Event Emitter
Input typically comes from the keyboard used to start the process.
Data written to standard output is visible on the command line.
What data type to use for binary data?
How to scale a single threaded system?
How to handle async errors?
C++ Addons
Taught by
JSConf