Creates Backend object
Creates Backend object.
new()
Creates Backend object.
Backend$new()
start()
Starts backend.
Backend$start(app, port, ...)
app
: Application object.
port
: HTTP port.
...
: Passed to backend.
clone()
The objects of this class are cloneable with this method.
Backend$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links