Skip to main content
Home
Works with
This package works with Cloudflare Workers, DenoIt is unknown whether this package works with Node.js, Bun, Browsers
This package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score64%
Downloads1/wk
Published2 years ago (0.1.6)

Leverages cloudflare workers and durable objects to create a realtime virtual file system that supports test-and-set operations through HTTP JSON Patch, easy-to-self-host alternative to liveblocks

Realtime FS implemented on Edge.

RealTime FileSystem implemented on the Edge using cloudflare durable functions

How to test it

In one console, run npm run start, then in another one run npm run test.

Have fun 🎉

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@deco/realtime

Import symbol

import * as realtime from "@deco/realtime";
or

Import directly with a jsr specifier

import * as realtime from "jsr:@deco/realtime";

Add Package

pnpm i jsr:@deco/realtime
or (using pnpm 10.8 or older)
pnpm dlx jsr add @deco/realtime

Import symbol

import * as realtime from "@deco/realtime";

Add Package

yarn add jsr:@deco/realtime
or (using Yarn 4.8 or older)
yarn dlx jsr add @deco/realtime

Import symbol

import * as realtime from "@deco/realtime";

Add Package

vlt install jsr:@deco/realtime

Import symbol

import * as realtime from "@deco/realtime";

Add Package

npx jsr add @deco/realtime

Import symbol

import * as realtime from "@deco/realtime";

Add Package

bunx jsr add @deco/realtime

Import symbol

import * as realtime from "@deco/realtime";