II.
Framework JSON
Structured · liveframework:hapi
Hapi json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:hapi",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-js-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Hapi",
"homepageUrl": "https://hapi.dev",
"belongsToLanguageId": "language:javascript",
"category": "web-framework",
"description": "Hapi is a rich, enterprise-grade Node.js framework for building production APIs and web services.\nIt offers a configuration-centric approach with built-in support for validation, authentication,\ncaching, and a powerful plugin system for modular application architecture.\n"
},
"outgoingEdges": [
{
"from": "framework:hapi",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:hapi",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:hapi",
"to": "framework:nestjs",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
},
{
"from": "framework:hapi",
"to": "framework:fastify",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
},
{
"from": "framework:hapi",
"to": "framework:hono",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
},
{
"from": "framework:hapi",
"to": "framework:koa",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:fastify",
"to": "framework:hapi",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
},
{
"from": "framework:koa",
"to": "framework:hapi",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
},
{
"from": "framework:hono",
"to": "framework:hapi",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
},
{
"from": "framework:nestjs",
"to": "framework:hapi",
"kind": "alternative_to",
"attributes": {
"comparison": "Node.js backend frameworks"
}
}
]
}