import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/rpc-streams/mod.ts";
Create fully typed and validated RPC clients and servers using a pair of ReadableStream
/ WritableStream
instances as the transport.
This module imports the following external libraries:
Functions
Makes a Streams API client that can communicate to a server in enzastdlib's RPC protocol. | |
Makes a Streams API server that can respond to clients in enzastdlib's RPC protocol. |
Interfaces
Represents options passable to | |
Represents a Streams API server made by | |
Represents options passable to |
Type Aliases
Represents a Streams API client made by |