Node.js in the stream.
June 23, 2022
Using Web Streams in Node.js — Streams provide a handy abstraction for cleanly working with streaming data but Web Streams (a.k.a. WHATWG Streams) are a different, more broadly supported beast to classic Node.js streams. Dr. Axel starts from the basics but goes into a lot of depth here – a handy resource. Dr. Axel Rauschmayer |
QUICK BYTES: |
BRIEF RELEASES: npm 8.13 |
|
🛠 Code & Tools
Moon: A New Build System for the JavaScript Ecosystem — Built in Rust for performance, Moon appears to be focused on features for larger projects with lots of dependencies, developers, and processes. It’ll be interesting to see this one develop further. Miles Johnson |