Constructor
new Host(options)
Initialize a Host.
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | Options object |
Methods
(static) bootstrap(options) → {Host}
Create a new Host instance with the provided options and initialize the application.
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | Options object |
Returns:
- Type
- Host
run()
Run starts the application by injecting the main dependency, then iterating through all the plugins and starting each of them.