Skip to content

Documents for @litert/websocket / Server / IWsServerOptions

Type Alias: IWsServerOptions

IWsServerOptions = Partial<Pick<IServer, "timeout" | "frameReceiveMode" | "maxMessageSize">>

Defined in: src/lib/Server.ts:144