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

x/rimbu/channel/custom/remote-object/remote-object.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@1.0.2/channel/custom/remote-object/remote-object.ts";

Namespaces

RemoteObject offers a convenient way to retrieve data and invoke methods across a RemoteChannel. It involves setting up a remote object server that takes a given TypeScript object and allows a remote object client to perform remote calls to this object and getting the results.

Interfaces

Interface defining a remote call structure.

Defines the static RemoteObject API.

Type Aliases

Type defining the RemoteObject client channel type.

The RemoteObject Error type.

Type defining a remote call response structure

Type defining the RemoteObject server channel type.