Skip to main content
Module

x/rimbu/channel/mod.ts>RemoteObject

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace RemoteObject
Re-export
import { RemoteObject } from "https://deno.land/x/rimbu@1.0.2/channel/mod.ts";

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.

variable RemoteObject
Re-export
import { RemoteObject } from "https://deno.land/x/rimbu@1.0.2/channel/mod.ts";