Returns an App object, created with the given config, that can start and stop the Solid server.
All values necessary to configure the server.
Starts the server with a given config.
All values necessary to configure the server.
Starts the server as a command-line application. Will exit the process on failure.
Made non-async to lower the risk of unhandled promise rejections. This is only relevant when this is used to start as a Node.js application on its own, if you use this as part of your code you probably want to use the async version.
Input parameters.
Optional
argv?: CliArgvCommand line arguments.
Optional
stderr?: WriteStreamStream that should be used to output errors before the logger is enabled.
A class that can be used to instantiate and start a server based on a Component.js configuration.