import * as rimbu from "https://deno.land/x/rimbu@1.2.1/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 |
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. |