WebServerStarter
object WebServerStarter
Starter of the web server.
Functions
Link copied to clipboard
fun start(options: WebServerOptions, session: ServerMessageSession, onSessionReady: suspend () -> Unit = { }): Unit?
Starts the web server which serves the specified file and allows for live reloading.