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…

Opening up the Node.js toolbox

#​497 — August 1, 2023 Read on the Web PythonMonkey: JavaScript/WASM Interop for Python — The alpha release of a new way to bring Python and JavaScript together, by way of embedding Mozilla SpiderMonkey into the Python VM. This post introduces the concept with some examples, an idea of where Read more…