latest
deco-cx/realtimeWorks with
•JSR Score64%•This package works with Cloudflare Workers, DenoIt is unknown whether this package works with Node.js, Bun, Browsers




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 🎉
Add Package
deno add jsr:@deco/realtime
Import symbol
import * as realtime from "@deco/realtime";
Import directly with a jsr specifier
import * as realtime from "jsr:@deco/realtime";
Add Package
pnpm i jsr:@deco/realtime
pnpm dlx jsr add @deco/realtime
Import symbol
import * as realtime from "@deco/realtime";
Add Package
yarn add jsr:@deco/realtime
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";