Node Tutorials

Develop Command Line Applications Using Node.js & SpeedTest.net

Node.js provides powerful utilities to develop command-line applications. Popular tools like Express Generator and Nodemon are examples of command-line applications built with Node.js. In this tutorial, we’ll learn how to use Node.js to create command-line utilities and build a sample internet speed test application using the speedtest.net API. Getting Started with Command Line Applications Command-line

Develop Command Line Applications Using Node.js & SpeedTest.net Read More »

Making HTTP Calls in Node.js Using Built-in HTTP Module

Node.js provides powerful built-in modules for handling network operations, including the HTTP module. This article will explore how to make various HTTP calls using Node.js’s native HTTP module, focusing on GET, POST, PUT, and DELETE requests. We’ll also discuss best practices and provide detailed examples to help you master HTTP calls in Node.js. Introduction to

Making HTTP Calls in Node.js Using Built-in HTTP Module Read More »

Configuring Nodemon with TypeScript: A Step-by-Step Guide

Automatically restarting the TypeScript server on any changes eliminates the need for manual stop-start, making the development faster. Also since TypeScript produce more errors while writing code, we have to make frequent changes to the code, so if we can get the server restarted automatically it will be a big help. Let’s learn how to

Configuring Nodemon with TypeScript: A Step-by-Step Guide Read More »

What are LTS Versions of Node.js: A Detailed Guide

LTS in Node.js stands for Long-Term Support. Since Node.js is a high-demand language used by many developers, it requires frequent updates to meet user’s standards. To address this, new and stable versions are released. The LTS version is one such release, considered stable and supported for an extended period. Introduction to Node.js LTS Versions We

What are LTS Versions of Node.js: A Detailed Guide Read More »