Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/src/server/server.ts>ServerOpts

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias ServerOpts
import { type ServerOpts } from "https://deno.land/x/earthstar@v10.0.0/src/server/server.ts";
definition: { port?: number; hostname?: string; }