Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

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

type

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