Skip to main content
Module

x/fastro/bench/deno.ts

Fast and simple web application framework for deno
Go to Latest
File
await Deno.serve(() => new Response("Hello, Bench!"), { port: 8000,});