@minimaltech/node-infra
Version:
Minimal Technology NodeJS Infrastructure - Loopback 4 Framework
9 lines (8 loc) • 484 B
TypeScript
export declare class SocketIOKeys {
static readonly SOCKET_IO_INSTANCE = "@app/socket-io/instance";
static readonly IDENTIFIER = "@app/socket-io/identifier";
static readonly SERVER_OPTIONS = "@app/socket-io/server-options";
static readonly REDIS_CONNECTION = "@app/socket-io/redis-connection";
static readonly AUTHENTICATE_HANDLER = "@app/socket-io/authenticate-handler";
static readonly CLIENT_CONNECTED_HANDLER = "@app/socket-io/client-connected-handler";
}