Tag

Core Modules

1 views collected around this technical thread.

System Architect Go
System Architect Go
Feb 22, 2017 · Backend Development

Understanding Node.js HTTP Core Module and Building a Simple Server and Client

This article introduces Node.js’s built‑in HTTP core module, explains its main classes and functions, and demonstrates how to create a simple HTTP server and a client in JavaScript, illustrating request handling, response generation, and data exchange between the two.

ClientCore ModulesHTTP
0 likes · 8 min read
Understanding Node.js HTTP Core Module and Building a Simple Server and Client