Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/tcp/types.ts>ITcpProvider

Storage for private, distributed, offline-first applications.
Go to Latest
interface ITcpProvider
import { type ITcpProvider } from "https://deno.land/x/earthstar@v10.2.0/src/tcp/types.ts";

Methods

listen(opts: { port: number; }): ITcpListener
connect(opts: { port: number; hostname: string; }): Promise<ITcpConn>