Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/natsws/src/mod.ts>Views

WebSocket NATS
Latest
interface Views
import { type Views } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

The interface for creating instances of different JetStream materialized views.

Properties

kv: (name: string, opts?: Partial<KvOptions>) => Promise<KV>

Gets or creates a JetStream KV store

os: (name: string, opts?: Partial<ObjectStoreOptions>) => Promise<ObjectStore>