plotlykt-server / scientifik.plotly.server / scientifik.plotly.Plotly

Extensions for scientifik.plotly.Plotly

serve

Start static server (updates via reload)

fun Plotly.serve(scope: CoroutineScope = GlobalScope, host: String = "localhost", port: Int = 7777, block: PlotlyServer.() -> Unit): ApplicationEngine