Tag: node js

A super easy way to get local TLS certs automatically

July 22, 2021 By Mark Otto 0

Node-RED 2.0 Released — Node-RED is a now very mature ‘low-code’ Node.js-based programming environment, particularly aimed at connecting together services or IoT devices. The 2.0 release focuses on upgrading dependencies, dropping old Node version support, and an (optional) improved text editor. OpenJS Foundation What Use Cases…

The Web Streams API comes to Node

July 15, 2021 By Mark Otto 0

A TypeScript Express Starter App — A boilerplate app generator for getting a RESTful API up and running quickly. You can choose from sub-templates covering the basics, using Sequelize, Mongoose, TypeORM, Prisma, or Knex too. 아구몬 Node v16.5.0 (Current) Released — The big change here is…

The npm audit that cried wolf?

July 8, 2021 By Mark Otto 0

npm audit: Broken by Design — Dan says it best: “The way npm audit works is broken. Its rollout as a default after every npm install was rushed, inconsiderate, and inadequate for the front-end tooling.” Dan adopts an unusually snarky tone but does a good…

A little look back..

July 1, 2021 By Mark Otto 0

✍️ Several readers have written in asking if we can do more frequent recaps of popular things we’ve covered recently. We do an annual roundup as the final issue of each year – here’s 2020’s – but since we’re now exactly half way through 2021,…

Node 16.4.0 released

June 24, 2021 By Mark Otto 0

Learn to Build Scalable React Apps — Brian Holt covers the latest tools in the React ecosystem like TypeScript, TailwindCSS, Redux, Jest, and more in this new and updated video course! Frontend Masters ApostropheCMS 3.0 Released — The latest release of a fully featured MIT-licensed Node.js-based…

A better HTTP client for Node

June 17, 2021 By Mark Otto 0

Undici 4.0: An HTTP Client, Written from Scratch for Node — The goal of this project has been to replace Node’s core HTTP library with something faster, more scalable, and without the ‘fundamental design issues’ of the core API. v4 introduces redirect support, a faster…

RIP Node 15, we hardly knew ye..

June 3, 2021 By Mark Otto 0

Electron 13.0 Released — Maybe 13 is unlucky for some, but lucky for you if you have cross-platform desktop apps to build with Node! Version 13 gets you onto Chromium 91 (reading files from the clipboard seems to be a new possibility..), Node 14.16, and…

Imagine Node running in the browser..

May 27, 2021 By Mark Otto 0

▶  How To Create Your First Flow in Node-RED — Node-RED is a browser-based ‘flow’ programming environment that uses Node.js under the hood and is particularly popular in enterprise IoT systems but works at small scale too. This hour long screencast presents a thorough introduction into…

Running Node natively in the browser

May 21, 2021 By Mark Otto 0

Introducing WebContainers: Run Node.js Natively in the Browser — An interesting new WebAssembly-based operating system that boots instantly and enables Node.js environments to run directly in the browser. People have been getting very excited about this on Twitter. Only supports Chromium-based browsers for now though. Eric…