DevToolsServer

DevTools server for handling client connections and state synchronization.

Usage:

fun main() {
DevToolsServer.start(port = 8080)
}

Functions

Link copied to clipboard

Gets the client manager instance.

Link copied to clipboard
fun start(port: Int = 8080, host: String = "0.0.0.0", uiPath: String? = null)

Starts the DevTools server.