Skip to main content
Module

x/fastro/benchmarks/deno.ts

Fast and simple web application framework for deno
Go to Latest
File
import { serve } from "https://deno.land/std@0.130.0/http/server.ts";
await serve(() => new Response("Hello world!"));