13 stories tagged with #nodejs, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Nodejs"
Making Codex CLI and Codex.app Use mise-managed Ruby and Node.js
How to make Codex CLI and Codex.app use mise-managed Ruby and Node.js by adding mise shims to PATH in ~/.zshenv via the CODEX_SANDBOX variable.…
Transaction Hooks: A General Primitive for Post-Commit Side Effects (Case Study: Queuert)
The previous two posts in this series walked through how Queuert keeps job state atomic with your...…
I Fired My Entire Node.js Stack — Rust Rebuilt It in 3 Weeks (The Ugly Truth)
Our API was drowning under 50ms P99 latencies. I rewrote everything in Rust expecting miracles. Got...…
Docker容器化部署Node.js应用最佳实践
Docker容器化部署Node.js应用最佳实践 Docker已成为现代应用部署的标准工具。本文将详细介绍如何将Node.js应用容器化,并分享生产环境的最佳实践。 ...…
Aube – Node.js package manager in Rust
A fast Node.js package manager…
Hardening Your Node.js App Against Supply Chain & Remote Code Execution Attacks
Supply chain attacks on the npm ecosystem have quietly become one of the most effective ways...…
Node.js 22 LTS — EOL Date, Support Timeline, and What Comes Next
Node.js 22 became Active LTS in October 2024. That sounds recent. It isn't. Active LTS means the...…
Malicious Postinstall Hook Found in 700 GitHub Repos, Including Node Projects
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.…
Mastering Node.js HTTP Module: Build Servers, REST APIs, and Handle Requests
Introduction to the HTTP Module Modern web applications rely heavily on communication...…
DTLS Support Entering Node.js
Decided to take a short break from the work on QUIC to implement a DTLS API. Very experimental at this point but the basic API is there (inspired by the QUIC API work). The implem…
Node.js TypeScript: The future of –experimental-transform-types
I wanted to talk about the future of --experimental-transform-types. The feature has been stable for a while no outstanding issue. The problem with this flag is that the syntax sup…
Show HN: Building a Programming Language for Myself
IntroductionI really enjoy programming in Kotlin but it can be a bit of a chore to get started with the initial project setup boilerplate like Intellij and Maven + pom.xml file. In…
JWT Is Not Quantum-Safe — So I Built a Library That Is
I built @pq-jwt/core — a post-quantum JWT library using NIST FIPS 204 (ML-DSA) and FIPS 205...…