Skip to main content
Module

x/fastro/server/mod.ts

The Web Framework for Full Stack Apps
Go to Latest
File
import fastro from "../http/server.ts";export default function (options?: { port?: number }) { return new fastro(options);}