Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 284 Bytes

File metadata and controls

17 lines (10 loc) · 284 Bytes

Testing

A simple HTTP server built with Node.js.

Prerequisites

Usage

Start the server:

node server.js

The server will start on http://localhost:3000 and respond with Hello, World! to all requests.