App Frameworks
Node.js Tools for Visual Studio
Node.js Tools for Visual Studio Get started building Node.js apps in Visual Studio using built-in project templates. Alternatively, use the command-line scaffolding tools you are already familiar with to generate your project, and import it into Visual Studio with just...
Read moreNodeJS Official
Does Node need a mascot of its own?
#502 — September 19, 2023 Read on the Web Does Node.js Need a Mascot? — Go has its cute gopher, Deno has a dinosaur, Bun has, well.. a bun, but what does Node have? Nothing official, as such, and Matteo Read more…
NodeJS Official
You can run GitHub Gists with npx
#501 — September 12, 2023 Read on the Web MikroORM 5.8 Released — When MikroORM is mentioned anywhere, I always see folks saying it’s great and deserves more attention, so I’m doing my bit to help 😁 It’s an ORM Read more…
NodeJS Official
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 Read more…
NodeJS Official
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 Read more…
NodeJS Official
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 Read more…
NodeJS Official
Node v20.6.0 released with .env support
#500 — September 5, 2023 Read on the Web Node v20.6.0 (Current) Released — As we teased last week, the latest Node release includes all-new built-in support for setting environment variables via 1.env files, so you may no longer have Read more…