#393 — June 17, 2021 |
Node Weekly |
A Visual Guide to Node.js Streams — Streams aren’t conceptually too difficult to grasp but some visuals fit well and certainly help. Deepal Jayasekara |
Undici 4.0: An HTTP Client, Written from Scratch for Node — The goal of this project has been to replace Node’s core HTTP library with something faster, more scalable, and without the ‘fundamental design issues’ of the core API. v4 introduces redirect support, a faster WASM-powered parser, and a native mocking layer. GitHub repo. Nagy, Collina, et al. |
Redis 6.2 on RedisGreen — SSL encryption, key size tracking, memory mapping, online upgrades, and more. RedisGreen sponsor |
Explicit ESM in Node with Tierney Cyren |
Next.js 11 Released — The popular React framework takes some more steps forward with improved performance, Webpack 5 support, an experimental way to make Create React App apps Next.js compatible, and Next.js Live, a preview of a way to build Next.js apps in the browser, collaboratively, with a team. Next.js Team |
THAT'S A LOT..
|
A Beginner's Guide to the File System Module ( Catalin Pit |
Creating a Serverless Function to Scrape Web Page Metadata — Metascraper is a Node.js package for scraping metadata from live Web pages and this tutorial demonstrates its use via a Vercel hosted function. Matteo Mazzarolo |
Why Tracing Might Replace (Almost) All Logging Lightstep sponsor |
|
NPM Global Audit: A Small Tool to Audit Globally Installed Modules — For when Andrew Brey |
Introducing Papr: Type-Safe Node.js Models for MongoDB — Plex is a heavy user of MongoDB and Node.js and when they adopted TypeScript they decided they needed to create a library around the MongoDB driver that could provide strong validation of data as well as type safety through TypeScript types. Agachi, Vanderhooft and Martin |
Merge Anything: Merge Objects and Other Types Recursively — If you’re looking for something that goes a bit deeper than Luca Ban |
Search Your Code. ALL of It, Everywhere — Sourcegraph is the one tool to find & fix things across all your code. Any code host, any repo, any language. Try it now. Sourcegraph sponsor |
gmail-tester: A Simple Node Gmail Client — Poll a Gmail box for a given amount of time and return messages that pop up. The creator uses it in a testing process to see if emails arrive as they should. Lev Gelfenbuim |
depcheck: A Tool to Check for Unused Dependencies — Analyzes the dependencies in a project to see how each dependency is used, which dependencies are useless, and which are missing from Djordje Lukic and Junle Li |
ws 7.5: A Fast and Throughly Tested WebSocket Client and Server for Node — Some errors now have a Einar Otto Stangvik |
Canary in the Gold Mine v8.0 — A core tool that you might not be aware of. It lets you pull down any module of your choice and test it using a specific version of Node.js. Node.js Project |
|