Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class TransportWebsocketServer
implements ITransport<BagType>
import { TransportWebsocketServer } from "https://deno.land/x/earthstar_streaming_rpc@v5.0.1/src/transport-websocket-server.ts";

Constructors

new
TransportWebsocketServer(opts: ITransportWebsocketServerOpts<BagType>)

Type Parameters

BagType extends FnsBag

Properties

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