Server

interface Server

Abstract representation of a server.

Inheritors

Functions

Link copied to clipboard
abstract fun start(port: Int, onReady: (Stoppable) -> Unit = {})

Starts the server on port.

Link copied to clipboard