Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for the default backend.

Hierarchy

  • LazyCompilationDefaultBackendOptions

Index

Properties

client?: string

A custom client.

listen?: number | ListenOptions | ((server: typeof Server) => void)

Specifies where to listen to from the server.

protocol?: "https" | "http"

Specifies the protocol the client should use to connect to the server.

server?: ServerOptions<typeof IncomingMessage, typeof ServerResponse> | ServerOptionsHttps<typeof IncomingMessage, typeof ServerResponse> | (() => typeof Server)

Specifies how to create the server handling the EventSource requests.