Category Archives: NodeJS

How To Migrate a TypeScript App from From Node.js to Bun?

Posted on by Akash

Node.js has been a go-to platform for web development beginners and a favoured choice for start-up companies. However, since September 2023, Bun has gained a lot of traction in the development space.Ever since its introduction and it’s claim on being the fastest JavaScript runtime to exist, developers have continously tried to migrate their apps from […]

Node.js 21 brings WebSocket client

Posted on by Akash

Node.js 21, the latest release of the open source cross-platform JavaScript runtime, has arrived, featuring a built-in WebSocket client and support for globs in the platform’s test runner. Announced October 17, Node.js 21 is equipped with an experimental, browser-compatible WebSocket implementation, enabled through the –experimental-websocket flag. WebSocket enables two-way communication between a browser and server, […]

Node.js 21 is now available!

Posted on by Akash

We’re excited to announce the release of Node.js 21! Highlights include updates of the V8 JavaScript engine to 11.8, stable fetch and WebStreams, a new experimental flag to flip module defaults (–experimental-default-type), a built-in WebSocket client, many updates to our test runner, and more! Node.js 21 will replace Node.js 20 as our ‘Current’ release line […]

Latest Node.js boosts stream performance

Posted on by Akash

Node.js v20.8.0 has arrived, offering performance improvements for streams in the popular JavaScript runtime environment. Published as the “current” version of Node.js on September 29 and offering the platform’s latest features, Version 20.8.0 can be downloaded from nodejs.org. Stream performance improvements were made to writeable and readable streams, improving creation and destruction by roughly 15% […]

Node.js upgrade adds environment variable config

Posted on by Akash

Node.js 20.6.0, the latest version of the asynchronous, event-driven JavaScript runtime, includes built-in env. 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 env., Node.js proponents said the configuration file should follow the INI file format, with […]

New Nodejs features bring watch mode and stable Web Crypto API. Check out the updated Node version report

Posted on by Akash

Known for its speed, simplicity, and stability, Node.js does not introduce too many novelties. Even if it does, they typically enter the release schedule as experimental features. However, the combined contribution of versions 16 through 20 gives us enough new upgrades to write and get excited about. Learn how you can use and benefit from […]

What’s New in Node.js 19? Latest Updates and Features of Node.js 19

Posted on by Akash

I feel that the developer community could not ask for more with each technology coming up with new updates, features, and functionalities.This time, October has given us a surprise with a new Node.js major release and a new LTS (Long-Term Support) version.Yes, the Node.js community has announced the latest version of Node.js – Node.js 19 […]

Node.js 2023 Edition Available

Posted on by Akash

The Node.js team has recently released version 20.6.0, which brings improvements in environment variable configuration, module resolution, module customization, and experimental support for C++ garbage collection.In this patch, developers gain a new feature: built-in support for `.env` files. These files, following the INI file format, offer a simplified approach to configuring environment variables. Developers can […]

Npm packages caught serving TurkoRAT binaries that mimic NodeJS

Posted on by Akash

Researchers have discovered multiple npm packages named after NodeJS libraries that even pack a Windows executable that resembles NodeJS but instead drops a sinister trojan.These packages, given their stealthiness and a very low detection rate, had been present on npm for over two months prior to their detection by the researchers.Researchers at software security firm […]

What’s New in Node.js 20

Posted on by Akash

Version 20 of Node.js was released on 18 April 2023. It addresses some issues and criticisms already “solved” by Deno and Bun, including a new permission model and a stable native test runner. This article examines the new options available to developers using the world’s most-used JavaScript runtime. The April even-numbered releases (14, 16, 18, […]