Join Slack
Powered by
With routing it would be even easier, no need to c...
# ktor
o
orangy
11/02/2016, 4:09 AM
With routing it would be even easier, no need to create full app config for tests and embedded
Copy code
embeddedJettyServer(8080) { get("/") { call.respondText("Hello, World!") } }
3
Views
Open in Slack
Previous
Next