8 lines
196 B
Markdown
8 lines
196 B
Markdown
# Backend
|
|
|
|
This module manages all backend services, i.e.:
|
|
|
|
* it loads the configuration
|
|
* starts a webserver
|
|
* binds all other api modules to the webserver
|
|
* binds the web module to the webserver |