nukemberg / node-and-the-art-of-backpressure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node and the Art of Backpressure

Backpressure and flow management are fundamental required for reliable integration of your Node servers with the rest of the system. Backpressure is relatively natural in synchronous runtimes but Node's async nature requires us to be mindful of it in our code.

This talk explains backpressure, why it is important and how to properly implement it in Node.js.

Slides (rendered from this repo)

This presentation was created using Slidev

Running locally

To start the slide show:

Edit the slides.md to see the changes.

Learn more about Slidev on documentations.

About


Languages

Language:Vue 98.3%Language:TypeScript 1.3%Language:CSS 0.4%