ServerConfig
Nodepod API / src / ws / ServerConfig
Interface: ServerConfig
Section titled “Interface: ServerConfig”Defined in: src/polyfills/ws.ts:479
Properties
Section titled “Properties”clientTracking?
Section titled “clientTracking?”
optionalclientTracking?:boolean
Defined in: src/polyfills/ws.ts:485
optionalhost?:string
Defined in: src/polyfills/ws.ts:480
maxPayload?
Section titled “maxPayload?”
optionalmaxPayload?:number
Defined in: src/polyfills/ws.ts:487
noServer?
Section titled “noServer?”
optionalnoServer?:boolean
Defined in: src/polyfills/ws.ts:483
optionalpath?:string
Defined in: src/polyfills/ws.ts:484
perMessageDeflate?
Section titled “perMessageDeflate?”
optionalperMessageDeflate?:boolean|object
Defined in: src/polyfills/ws.ts:486
optionalport?:number
Defined in: src/polyfills/ws.ts:481
server?
Section titled “server?”
optionalserver?:unknown
Defined in: src/polyfills/ws.ts:482