Hacker News with Generative AI: Node.js

The tragedy of running an old Node project (abdisalan.com)
It’s been a long while since I wrote anything on this site. The framework I used was Gatsby which in 2020 was one of the hot ways of getting a good looking blog up and running quickly. With over 41 dependencies, and god knows how many more sub-dependencies, this thing was a beast.
Hundreds of Code libraries posted to NPM try to install malware on dev machines (arstechnica.com)
An ongoing attack is uploading hundreds of malicious packages to the open source node package manager (NPM) repository in an attempt to infect the devices of developers who rely on code libraries there, researchers said.
Code libraries posted to NPM try to install malware on dev machines (arstechnica.com)
An ongoing attack is uploading hundreds of malicious packages to the open source node package manager (NPM) repository in an attempt to infect the devices of developers who rely on code libraries there, researchers said.
Node.js: A Deep Dive into the Secrets of CommonJS Modularity (ycombinator.com)
Node.js transformed server-side JavaScript by adopting the CommonJS (CJS) module specification, addressing key issues like the lack of a modular system and limited standard libraries.
Show HN: Citizen – A Node.js web app framework for fans of classic app servers (github.com/jaysylvester)
Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.
H2tunnel – ngrok alternative for Node.js in 600 LOC and no dependencies (github.com/boronine)
A CLI tool and Node.js library for a popular "tunneling" workflow, similar to the proprietary ngrok or the openssh-based ssh -L solution. All in less than 600 LOC with no dependencies.
More NPM Packages on Cloudflare Workers (cloudflare.com)
Today, we are excited to announce a preview of improved Node.js compatibility for Workers and Pages. Broader compatibility lets you use more NPM packages and take advantage of the JavaScript ecosystem when writing your Workers.
Node.js, Pipes, and Disappearing Bytes (sxlijin.github.io)
Someone in one of my online communities recently asked about why their Node command was dropping output when piped to another command:
Do not use secrets in environment variables (nodejs-security.com)
We developers are well too fond of using environment variables to set application configuration and often use it to store secrets and other sensitive information.
Deno 2.0 Release Candidate (deno.com)
We’ve been planning a new major version of Deno for years. Many times, it seemed imminent, but we realized the features we wanted required more work. Now, it’s finally happening. Last month, we released the final 1.x version with 1.46, and today, we’re cutting the release candidate for Deno 2.0, which includes everything we expect in the final release. This is the largest update since 1.0, with major changes like the introduction of Node’s process global.
Show HN: Universal Logger for Node, Deno, Bun, Browser (adzejs.com)
Getting Started is Easy
Top HTTP Request Libraries for Node.js (appsignal.com)
When it comes to making HTTP requests in Node.js, developers are spoiled for choice: from the built-in and browser-familiar Fetch API to third-party libraries like Axios, Got, Superagent, Ky, and others.
Show HN: Node.js ORM to query SQL database through an array-like API (github.com/tilyupo)
Query SQL database through an array-like API.
How to Deploy Node.js to AWS Lambda with OpenTofu and GitHub Actions (developer-friendly.blog)
What do you want to know about Node.js Security? (ycombinator.com)
Node.js new features overview for next LTS [video] (youtube.com)
Show HN: CMS and SiteBuilder Built with Node.js and AI Based Block Generation (github.com/TheHadiAhmadi)
Real-Time Crypto Tracker Using Webhooks with React, Next.js and Node.js (medium.com)
Node.js Takes Steps Towards Removing Corepack (socket.dev)
Node.js – v22.6.0 (nodejs.org)
Why is spawning a new process in Node so slow? (val.town)
Node.js adds experimental support for TypeScript (github.com/nodejs)
Node.js Is Here to Stay (platformatic.dev)
How we tamed Node.js event loop lag: a deepdive (trigger.dev)
Node 18 Ate My Website (lukefernandez.io)
Show HN: Continuous (Preview) Releases for your NPM libraries (github.com/stackblitz-labs)
Dashboard and UIs for Node-Red (flowfuse.com)
Ask HN: Well architected React and Node repos? (ycombinator.com)
AdonisJS (adonisjs.com)
Bun is much faster than Node.js 22 at decoding Base64 but both rely on same lib (twitter.com)