Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 173 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 173 Bytes

Deno-http-server

run: deno --allow-net --allow-read main.ts

build: deno bundle main.ts server.ts

install: deno install test_server server.ts --allow-net --allow-read