Skip to main content
Module

x/live/engine/decofile/realtime.ts>newRealtime

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable newRealtime
import { newRealtime } from "https://deno.land/x/live@1.100.1/engine/decofile/realtime.ts";

Receives a provider backed by realtime subscription and creates a DecofileProvider instance.

type

(provider: RealtimeDecofileProvider, backgroundUpdate?: boolean) => DecofileProvider