Deno An example using deno How to setup Install deno curl -fsSL https://deno.land/x/install/install.sh | sh Run it with deno deno run --allow-net --allow-env server.ts