II.
Framework JSON
Structured · liveframework:ktor-server
Ktor Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:ktor-server",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-server-mobile.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Ktor Server",
"homepageUrl": "https://ktor.io",
"belongsToLanguageId": "language:kotlin",
"category": "web-backend",
"description": "Ktor Server is JetBrains' asynchronous Kotlin framework for building server-side\napplications and microservices. It is lightweight and extensible, leveraging Kotlin\ncoroutines for non-blocking I/O and a plugin-based architecture for HTTP handling.\n"
},
"outgoingEdges": [
{
"from": "framework:ktor-server",
"to": "language:kotlin",
"kind": "belongs_to_language"
},
{
"from": "framework:ktor-server",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "framework:vert-x",
"to": "framework:ktor-server",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM backend frameworks"
}
}
]
}