Skip to main content
Module

x/earthstar/src/discovery/types.ts>DiscoveryService

Storage for private, distributed, offline-first applications.
Latest
interface DiscoveryService
import { type DiscoveryService } from "https://deno.land/x/earthstar@v10.2.2/src/discovery/types.ts";

A service which discovers other remote or local Earthstar peers.

Properties

events: AsyncIterable<DiscoveryServiceEvent>

Methods

stop(): void

Stop the discovery service from finding other peers and advertising itself.