Deno Introduces JSR: A New JavaScript Registry — The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via
Instant GraphQL Backends for Node.js — Whether you’re a GraphQL enthusiast, a Node.js developer, or someone striving for optimal API performance, this guide will equip you enough to accelerate your API creation journey and focus on meaningful backend work.
The Bytecode Alliance has announced Jco 1.0, a native JavaScript WebAssembly toolchain and runtime for natively running WASM components within Node.
A Look at Eight Top Recent V8 in Node Updates — V8 is the JavaScript engine that powers Node and the V8 team continues to make it faster and better every month without fail. This post explains some of the most recent enhancements at a high-ish level.
-Compatible JavaScript Package with.. Rust? — better-sqlite3 is a commonly used SQLite library for Node.js and the folks at Turso wanted to create something compatible with it but that uses their libSQL SQLite fork under the hood instead.
PGlite: Postgres in WebAssembly — Folks have run Postgres in WebAssembly contexts before, though usually with a heavy Linux VM layer sitting in the middle. PGlite packages a WASM build of Postgres into a TypeScript library that can be run in the browser or on Node.js at under 4MB gzipped.
#550 — October 1, 2024 Read on the Web µExpress / Ultimate Express: Like Express, But Faster? — It’s not Express, but a reimplementation of Express’s functionality with API compatibility. Based on µWebSockets, and with Read more…
#549 — September 24, 2024 Read on the Web The Nine Node Pillars: Principles for Doing Node Right in the Enterprise — An interesting resource from a group of prolific and productive Node.js contributors. It’s Read more…
#548 — September 17, 2024 Read on the Web nano-spawn: Tiny Execa-Inspired Process Execution — If you’re familiar with Sindre’s powerful Execa for running commands from a Node app in a robust manner, 1nano-spawn offers Read more…
0 Comments