Backend function

Creates Backend object

Creates Backend object

Creates Backend object.

Methods

Public methods

Method new()

Creates Backend object.

Usage

Backend$new()

Method start()

Starts backend.

Usage

Backend$start(app, port, ...)

Arguments

  • app: Application object.

  • port: HTTP port.

  • ...: Passed to backend.

Method clone()

The objects of this class are cloneable with this method.

Usage

Backend$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.