Web server.
new
Server(options?: Partial<ServerOptions>)
Creates a new instance of the Server class.
A lightweight development web server.
Web server.
Server(options?: Partial<ServerOptions>)
Creates a new instance of the Server class.
Add Package
deno add jsr:@akiraohgaki/devsrv
Import symbol
import { Server } from "@akiraohgaki/devsrv";
Import directly with a jsr specifier
import { Server } from "jsr:@akiraohgaki/devsrv";