Deno.serve( { port: 1993, hostname: '0.0.0.0' }, (_req) => new Response("Hello, world") );
http://0.0.0.0:1993
Deno.*
Join the Discord to ask follow-up questions and connect with the community
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934 Members