ryotakei
12/18/2017, 5:57 PMembeddedServer(Netty, 8080) or something where you can "push" your ktor project to localhost:8080Shawn
12/18/2017, 6:06 PMembeddedServer(...) launches a server and binds to localhost:port so it can host from there. no “push” involvedryotakei
12/18/2017, 7:08 PM