@deep/nest-kit
    Preparing search index...

    Enumeration AppServer

    Enum for the NestJS server mode

    Index

    Enumeration Members

    Enumeration Members

    AGENT: "agent"

    Run as an agent

    BOT: "bot"

    Run as an bot (e.g. Slack bot)

    CLOUDRUN_JOB: "cloudrun-job"

    Run as Cloud Run job

    GRPC: "grpc"

    NestJS gRPC server

    HTTP: "http"

    NestJS HTTP server with GraphQL

    WORKER: "worker"

    Run as a worker

    WS: "ws"

    NestJS WebSocket server