Bun 1.0 is out of the oven

Bun, an all-in-one toolkit for building, testing, debugging, and running JavaScript and TypeScript apps, has reached stable production-ready status as of September 8. Positioned as a drop-in replacement for Node.js, Bun is a single executable intended to eliminate complexity and slowness without tossing away everything that is “great” about JavaScript, Read more…

Node.js upgrade adds environment variable config

Node.js 20.6.0, the latest version of the asynchronous, event-driven JavaScript runtime, includes built-in 1env. file support for configuring environment variables. The update, cited as the “current” version of Node.js and announced September 4, can be downloaded from the project website. With 1env. , Node.js proponents said the configuration file should follow Read more…

Intro to Hapi: The Node.js framework

Hapi is a Node.js framework in the vein of Express but with a handful of distinguishing ideas, including a no-dependency, high-quality code stack; powerful configuration options; and fine-tuned extensibility that covers many use cases. JavaScript creator Brendan Eich said of Hapi that it “provides the right set of core APIs and Read more…

.env support coming to Node

#​499 — August 29, 2023 Read on the Web 👋 We’re back! Well, sort of.. If you didn’t get an issue of Node Weekly in the past few weeks, don’t worry, I was on vacation. I’m technically on vacation for a couple more days but didn’t want too many issues Read more…