@openhps/socket
    Preparing search index...

    Class ServerOptions

    Index
    middleware?: ((socket: Socket, next: (err?: ExtendedError) => void) => void)[] = []
    path: string = '/'
    srv:
        | Server<typeof IncomingMessage, typeof ServerResponse>
        | Server<typeof IncomingMessage, typeof ServerResponse>
        | Server<DefaultEventsMap, DefaultEventsMap, DefaultEventsMap, any>