The HTTP interfaces in Node.js are designed to support many features of the protocol which have been traditionally difficult to use. HTTP/2 · Net · Https api · URL
http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough to ...
Node.js includes a powerful built-in HTTP module that enables you to create HTTP servers and make HTTP requests. http.createServer() Method · Node.js File System Module · Run example