/dummy-http-server

Dummy HTTP server

Primary LanguageJavaScript

dummy-http-server

To install dependencies:

bun install

To run:

bun run index.js

To build and run Docker image with stdout in terminal:

docker build --pull -t dummy-http-server .
docker run -p 127.0.0.1:1234:1234 dummy-http-server 

This project was created using bun init in bun v1.1.2. Bun is a fast all-in-one JavaScript runtime.