Skip to content

Instantly share code, notes, and snippets.

@4ov
Last active July 12, 2022 12:18
Show Gist options
  • Save 4ov/580b303961680e96fc9229cde07d6812 to your computer and use it in GitHub Desktop.
Save 4ov/580b303961680e96fc9229cde07d6812 to your computer and use it in GitHub Desktop.
import { serve } from "https://deno.land/std/http/server.ts";
serve(req => new Response("Hello World\n"),{
port: 3000
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment