Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Getting started with node.js @ AngleBrackets 2018

Getting started with node.js @ AngleBrackets 2018

Less getting started and more deep dive into asynchronous non-blocking event-driven programming.

Asim Hussain

March 26, 2018
Tweet

More Decks by Asim Hussain

Other Decks in Programming

Transcript

  1. • Node extends and embeds V8 • Non-blocking is better

    for performance • Threads or Events • Async Patterns • Event Loop Summary @jawache
  2. Morning Keynote- Everything You Need to Know About Node.js Event

    Loop - Bert Belder, IBM https://www.youtube.com/watch?v=PNa9OMajw9w The Node.js Event Loop, Timers, and process.nextTick() https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/ Understanding the Node.js Event Loop https://nodesource.com/blog/understanding-the-nodejs-event-loop/ Understanding the Node.js Event Loop https://blog.risingstack.com/node-js-at-scale-understanding-node-js-event-loop/ Understanding Node.js Event-Driven Architecture https://medium.freecodecamp.org/understanding-node-js-event-driven-architecture-223292fcbc2d V8 https://github.com/v8/v8 Node https://github.com/nodejs/node