Kotlin Serverless Framework
Create and deploy serverless application using Kotlin only.
//This page code and deployment at once
@Get("/")
fun root() = html {
header()
body {
navbar()
text()
cards()
}
}
Fast
Warm execution <10ms.
Cold execution <600ms.
Scalable
Up to 1000 requests at once.
Automatic scaling.
Simple
Code now is your deployment.
No more pain with cloud.