[]
        
(Showing Draft Content)

IServerConfig

Interface: IServerConfig

Table of contents

Properties

Properties

httpServer

Optional httpServer: Server | Server | Http2SecureServer | Http2Server


path

Optional path: string

The request path for the server. Defaults to '/collaboration/'.


port

Optional port: number


socketIoAdapter

Optional socketIoAdapter: any

Custom Socket.IO adapter for multi-node/distributed deployments. Allows integration with various message brokers (Redis, MongoDB, PostgreSQL, etc.) to enable message broadcasting across multiple server instances.

see https://socket.io/docs/v4/adapter/