@tracerbench/websocket-message-transport
v2.0.0
Published
Adapts the `ws` node module into a message transport.
Downloads
5,015
Readme
@tracerbench/websocket-message-transport
Adapts the ws
node module into a message transport.
export default async function openWebSocket(
url: string,
raceCancellation?: RaceCancellation,
): Promise<[AttachMessageTransport, CloseWebSocket]>