Package-level declarations

Implementation of ksrpc channels that communicate using websockets.

Functions

Link copied to clipboard
inline fun <T : RpcService> Routing.serveWebsocket(basePath: String, service: T, env: KsrpcEnvironment<String>)
fun Routing.serveWebsocket(basePath: String, channel: SerializedService<String>, env: KsrpcEnvironment<String>)