Slide 18
Slide 18 text
Node.js
• Great community, growing fast
• Excellent for CLI tools, prototyping, and…
• Taking some room from Apache + PHP, Python,
Ruby, etc, as a serious web application stack
• non-blocking I/O, single-threaded event loop
this can make your brain blow if you’re not used to concurrency… (event-driven
programming)