II.
Framework JSON
Structured · liveframework:phoenix-liveview
Phoenix LiveView json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:phoenix-liveview",
"_kind": "Framework",
"_file": "domain/frameworks/phoenix-liveview.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Phoenix LiveView",
"homepageUrl": "https://hexdocs.pm/phoenix_live_view",
"belongsToLanguageId": "language:elixir",
"category": "web-fullstack",
"description": "Phoenix LiveView — server-rendered, real-time interactive UIs over\nWebSockets for the Phoenix framework, eliminating most client-side\nJavaScript for typical CRUD and form-heavy apps.\n"
},
"outgoingEdges": [
{
"from": "framework:phoenix-liveview",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "framework:phoenix-liveview",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:phoenix-liveview",
"to": "framework:phoenix",
"kind": "alternative_to",
"attributes": {
"comparison": "Elixir web frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:phoenix",
"to": "framework:phoenix-liveview",
"kind": "alternative_to",
"attributes": {
"comparison": "Elixir web frameworks"
}
}
]
}