Skip to main content
Module

x/earthstar_replica_server/mod.node.ts>ReplicaServerCore

An always-online Earthstar peer for your shares.
Latest
class ReplicaServerCore
Re-export
import { ReplicaServerCore } from "https://deno.land/x/earthstar_replica_server@4.0.0-beta.1/mod.node.ts";

The core replica server logic. Combine this with a HTTP framework to create a fully-fledged replica server.

Constructors

new
ReplicaServerCore(extensions: IReplicaServerExtension[])

Create a new replica server with an array of extensions.

Properties

private
extensions: IReplicaServerExtension[]
private
isReady: Promise<void>
private
peer: Earthstar.Peer