Backend #
Available since 2.8.0
The Backend
class is the entry point of a Kuzzle application.
It must be instantiated in order to create a new application.
It gives access to the different features of the framework through its properties.
Constructor #
new Backend(name)
Arguments | Type | Description |
---|---|---|
name | string | Application name |
Edit this page on Github(opens new window)