II.
Library JSON
Structured · livelibrary:signalr
SignalR json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:signalr",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SignalR",
"belongsToLanguageId": "language:csharp",
"category": "other",
"description": "ASP.NET Core real-time communications library that abstracts WebSockets,\nServer-Sent Events, and Long Polling behind a Hub API; enables bi-directional\nserver-client messaging with group management and scale-out via Redis/Azure.\n"
},
"outgoingEdges": [
{
"from": "library:signalr",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:signalr",
"to": "skill-area:streaming-realtime-processing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:signalr",
"to": "library:socket-io",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:government-portal",
"to": "library:signalr",
"kind": "composed_of"
}
]
}