Tag: node

Developing Cross Platform Apps With Bun Version 1.1

Developing cross-platform apps with Bun v1.1

Dev

For some years now, developers have faced many performance challenges while using traditional JavaScript runtimes like Node.js and Deno. Even […]

Clara Ekekenta
Jul 12, 2024 ⋅ 6 min read
Exploring Native File Watching In Node Js Version 22

Exploring native file watching in Node.js v22

Dev

Native file watching being stable in Node.js 22 raises a question: is it a worthy candidate to replace the industry favorite Nodemon?

Oghenetega Denedo
Jul 8, 2024 ⋅ 7 min read
Using Console Colors With Node.js

Using console colors with Node.js

Dev

Use tools like Chalk, color-cli, and picocolors to implement console colors in Node.js apps and make your app’s outputs more readable.

Lewis Cianci
Jul 3, 2024 ⋅ 8 min read
CommonJS Vs. ES Modules In Node.js

CommonJS vs. ES modules in Node.js

Dev

Explore the differences between CommonJS and ES modules in Node.js, exploring the specifics of how they handle JavaScript modules, their syntax, and more.

Kingsley Ubah
Jun 6, 2024 ⋅ 7 min read
Using Webrtc To Implement Peer To Peer Video Streaming In A Node Js Project

Using WebRTC to implement P2P video streaming

Dev

Explore one of WebRTC’s major use cases in this step-by-step tutorial: live peer-to-peer audio and video streaming between systems.

Oduah Chigozie
May 16, 2024 ⋅ 18 min read
Comparing Hattip Vs Express Js For Modern Application Development

Comparing Hattip vs. Express.js for modern app development

Dev

Explore what Hattip is, how it works, its benefits and key features, and the differences between Hattip and Express.js.

Antonello Zanini
May 2, 2024 ⋅ 8 min read
Guide To Promises In Node.js

A guide to promises in Node.js

Dev

Learn how touse the util.promisify() utility module in Node.js to transform a standard function that receives a callback into one that returns a promise.

Pascal Akunne
Apr 26, 2024 ⋅ 9 min read
Forget Express.js — Opt For These Alternatives Instead

Forget Express.js — opt for these alternatives instead

Dev

Explore the pros, cons, and unique features of Node.js alternative frameworks to Express.js, making an informed decision for your project.

Standard Liv
Apr 26, 2024 ⋅ 10 min read
Switching Between Node Versions During Development

Switching between Node versions during development

Dev

Compare two popular Node version managers, nvm for Windows and the n Node version manager, and how to switch between Node versions with them.

Brian De Sousa
Apr 25, 2024 ⋅ 9 min read
Building And Structuring A Node.js MVC Application

Building and structuring a Node.js MVC application

Dev

Explore the Model-View-Controller architectural pattern and build and structure an application in Node.js using MVC.

Precious Luke
Apr 23, 2024 ⋅ 13 min read
Manage Node.js Versions Using Asdf

Manage Node.js versions using asdf

Dev

Try asdf to easily manage versions of Node.js in your app and save the time it takes to switch between language versions in a project.

Hulya Karakaya
Apr 22, 2024 ⋅ 6 min read
Heroku Alternatives For Deploying Node Js Apps

Exploring Heroku alternatives for deploying Node.js apps

Dev

Build a simple, framework-free Node.js app, and then deploy it to three different services that offer a free tier, Render, Railway, and Fly.io.

Alex Merced
Apr 18, 2024 ⋅ 9 min read