Node.js includes a built-in http module that lets you create HTTP servers
without any external dependencies. This is the foundation that frameworks like Express
are built upon.
Understanding the raw HTTP module helps you understand what's happening under the hood and gives you more control when you need it.