Skip to main content
Module

x/earthstar_streaming_rpc/mod.ts>TransportWebsocketServer

Like JSON-RPC, but supports streaming.
Latest
class TransportWebsocketServer
implements ITransport<BagType>
import { TransportWebsocketServer } from "https://deno.land/x/earthstar_streaming_rpc@v5.0.1/mod.ts";

Constructors

new
TransportWebsocketServer(opts: ITransportWebsocketServerOpts<BagType>)

Type Parameters

BagType extends FnsBag

Properties

deviceId: string
handler: (req: Request) => Response
readonly
isClosed
methods: BagType