embeddedServer
Creates an embedded server with the given factory, listening on host:port
Parameters
specifies path substrings that will be watched for automatic reloading
configuration script for the engine
application module function
Creates an embedded server with the given factory, listening on host:port
Parameters
specifies path substrings that will be watched for automatic reloading
configuration script for the engine
specifies a coroutine context to be used for server jobs
application module function
Creates an embedded server with the given factory, listening on given connectors
Parameters
default listening on 0.0.0.0:80
specifies path substrings that will be watched for automatic reloading
specifies a coroutine context to be used for server jobs
configuration script for the engine
application module function
Creates an embedded server with the given factory, environment and configure script