@earthstar/earthstar@11.0.0-beta.4
This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
Published
4 months ago (11.0.0-beta.4)
Earthstar is a general purpose distributed data store, designed with the social realities of peer-to-peer computing kept in mind. It is powered by Willow.
To get started, try instantiating a new Peer
:
const peer = new Peer({ password: "password1234", runtime: new RuntimeDriverUniversal(), storage: new StorageDriverMemory();, });
Add Package
deno add jsr:@earthstar/earthstar
Import symbol
import * as mod from "@earthstar/earthstar";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@earthstar/earthstar";
Add Package
npx jsr add @earthstar/earthstar
Import symbol
import * as mod from "@earthstar/earthstar";
Add Package
yarn dlx jsr add @earthstar/earthstar
Import symbol
import * as mod from "@earthstar/earthstar";
Add Package
pnpm dlx jsr add @earthstar/earthstar
Import symbol
import * as mod from "@earthstar/earthstar";
Add Package
bunx jsr add @earthstar/earthstar
Import symbol
import * as mod from "@earthstar/earthstar";