run
Start the gateway HTTP server. Blocks until a shutdown signal is received.
Automatically detects an SSL certificate at certs/server.pem and enables HTTPS
if found. Registers SIGTERM and SIGINT signal handlers for graceful shutdown.
Server host and port are read from the server.host and server.port keys in
the configuration file (defaults to 0.0.0.0:8080).
Parameters
None.
Returns
None — This method blocks and does not return until the server is stopped.