#444 — June 30, 2022 |
Working with the File System from Node.js — Dr. Axel seems to be on a bit of a Node kick lately and comes back this week with a particularly deep dive on all things related to working with text files from Node, from simple reading and writing operations to streams, buffers, and directory manipulation. Dr. Axel Rauschmayer |
Should Node.js Directly Support Web Workers? — Web Workers provide a way for JavaScript in the browser to run on background threads, taking the heat off the main thread. Browsers support them, Deno supports them, and while Node has Worker Threads, Sindre argues Node should align with the broader standard. Sindre Sorhus |
Free Activity Feeds & Chat APIs for Qualifying Teams — Unlock enterprise-grade features, functions, and UI components completely free for your startup or side project with the Maker Account from Stream. Stream sponsor |
Highlights from OpenJS World 2022 — OpenJS World took place a few weeks ago in Austin, Texas and in this post Marian covers some of the talking points, top talks, and what made the event special. There’s a YouTube playlist of over 50 talks from the event, with some highlights here (note the audio is very quiet on some of them):
Marian Villa (NodeSource) |
Prisma 4.0 Released: The Next Gen ORM — No official blog post yet but plenty to see here, plus there’s a What’s New in Prisma 4.0 talk coming later today, and an upgrade guide. Prisma |
Redis 7.0 Now Available on RedisGreen RedisGreen sponsor |
QUICK BYTES:
|
🛠 Code & Tools
Serverless-Express 4.9: Run Existing Frameworks on AWS Lambda or Azure Functions — The idea is that you can build HTTP APIs in the usual way on top of Express, Koa, Hapi or whatever, and this provides the wrapper necessary to let them run on AWS Lambda or Azure Functions. Vendia Inc |
node-mbus: Node Bindings to Ingo Fischer |
QuickReader: A High Performance Stream Reader for Browser and Node — The idea is you define the exact bits and pieces you need up front and grab them from the stream on the fly. EtherDream |
Debug Node.js Apps Without Stopping Them in Prod. Try Rookout Free Today Rookout sponsor |
DeploySentinel: A New Tool for Debugging Flaky Cypress Tests — It’s new and behind an email wall for now, but enough of a preview is shown here that it may be of interest to some. Deploy Sentinel |
SQSLite: A Lightweight Module for Integration Testing AWS SQS — Jenny gave a talk at OpenJS World 2022 about how and why she built this. Jenny Eckstein |
lru-cache 7.12.0: A Least Recently Used Cache for Node
|
⚡️ BRIEF RELEASES: Fastify 4.2 – Fast, low overhead web framework. |
|