@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
36 lines (34 loc) • 1.46 kB
JSON
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
],
"@graph": [
{
"comment": "Handles the generation and serialization of notifications for WebSocketChannel2023.",
"@id": "urn:solid-server:default:WebSocket2023NotificationHandler",
"@type": "TypedNotificationHandler",
"type": "http://www.w3.org/ns/solid/notifications#WebSocketChannel2023",
"source": {
"@type": "ComposedNotificationHandler",
"generator": { "@id": "urn:solid-server:default:BaseNotificationGenerator" },
"serializer": { "@id": "urn:solid-server:default:BaseNotificationSerializer" },
"emitter": { "@id": "urn:solid-server:default:WebSocket2023Emitter" },
"eTagHandler": { "@id": "urn:solid-server:default:ETagHandler" }
}
},
{
"comment": "Emits serialized notifications through WebSockets.",
"@id": "urn:solid-server:default:WebSocket2023Emitter",
"@type": "WebSocket2023Emitter",
"socketMap": { "@id": "urn:solid-server:default:WebSocketMap" }
},
{
"@id": "urn:solid-server:default:NotificationHandler",
"@type": "StatusWaterfallHandler",
"handlers": [
{ "@id": "urn:solid-server:default:WebSocket2023NotificationHandler" }
]
}
]
}