Enumeration AppServer

Enum for the NestJS server mode

Enumeration Members

Enumeration Members

AGENT: "agent"

Run as an agent

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