Articles for the Node tag
-
Ink: When Your Terminal Learns to Speak React
If you can build a React component, you can build a terminal app. Ink proves it by rendering JSX straight to your console.
-
web-audio-api: The Browser's Audio Engine, Now Running in Node
The Web Audio API has lived in browsers for over a decade. This package frees it from the browser entirely, bringing the exact same AudioContext to your server, your CLI, and your test suite.
-
Node-RED: Wiring the Internet of Things with Drag-and-Drop Flows
A tour of Node-RED, the OpenJS Foundation's visual wiring tool for event-driven applications, from your first flow to the Function node and the redesigned 5.0 editor.
-
officeParser: One API to Read Every Document You Throw at It
Wiring up a different parser for every file format is tedious. officeParser gives you one function that reads them all and hands back a structured tree you can turn into whatever you need.
-
Vavite: Va Vite, Run Vite on the Server
If Vite spoils your frontend with instant hot reloading, why should your backend settle for a full process restart on every save? Vavite answers that question by making your server a first-class Vite citizen.
-
Wasp: The Batteries-Included Full-Stack Framework That Writes Its Own Plumbing
If you've ever spent the first week of a project gluing React to an Express backend, bolting on auth, and hand-rolling an API layer, Wasp wants to give that week back to you.
-
Word Documents Without Word: Generating .docx Files with docx
Building a .docx file by hand means wrestling zipped XML until something corrupts. docx hands you a clean, typed object model instead, and it runs the same in the browser and on the server.
-
Kysely: SQL With Types That Actually Have Your Back
If you love SQL but hate hand-maintaining result types, Kysely sits in exactly the right spot: SQL-shaped queries with end-to-end type inference and no ORM magic.