gaetan
fun main(args: Array<String>) { embeddedServer( factory = Netty, port = 8080 ) { proxyAndCache() mainModule() }.start(wait = true) }
proxyAndCache
spand
A modern programming language that makes developers happier.