Skip to content

Files

Latest commit

fa1a056 · Apr 12, 2025

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 12, 2025
Apr 12, 2025
Apr 12, 2025

Server

A demo echo HTTP server that return unique hello-world responses with the request body piped back.

Usage

node src/index.js

Dev mode

In watch mode:

npm start