embeddedServer(CIO, port = 9000) { // create and configure ktor server and start it on localhost:9000 install(WebSockets) install(RSocketSupport) routing ...
確定! 回上一頁