philia
    Preparing search index...
    interface IConfig {
        http?: Config;
        logger?: LoggerConfig;
        name: "Philia";
        opts?: Options;
        path?: string | number | string[];
        role: "Client" | "Server";
        type: "Socket" | "WebSocket";
    }
    Index

    Properties

    http?: Config
    logger?: LoggerConfig
    name: "Philia"
    opts?: Options
    path?: string | number | string[]
    role: "Client" | "Server"
    type: "Socket" | "WebSocket"