``` node -e 'require("http").createServer((_, res) => res.end("Hello, World!")).listen(80)' ``` Nick Ciolpan 22 Feb 2023