A simple HTTP server built using Node.js core modules. It handles basic routing, parses incoming requests, sets custom headers and status codes, and runs on a configurable port — all without using any external libraries. Ideal for understanding how Node.js works under the hood for backend development.
error-handling url-routing http-module request-handling response-handling server-creation custom-port-setup
- Updated
Jun 16, 2025 - JavaScript