import * as rimbu from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-channel-server/remote-channel-server.ts";
Interfaces
A RemoteChannel server communicates with a RemoteChannel client through the given message port, and allows clients to easily create new channels to communicate with processes in the server context. The server needs to set up handlers to deal with the created channels. | |
Defines the static |