mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Disables notification routing.",
|
|
"@id": "urn:solid-server:default:NotificationHttpHandler",
|
|
"@type": "UnsupportedAsyncHandler"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:WebSocketHandler",
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{
|
|
"comment": "Catches the server upgrade events and handles the WebSocket connections.",
|
|
"@type": "UnsecureWebSocketsProtocol",
|
|
"source": { "@id": "urn:solid-server:default:ResourceStore" },
|
|
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:ParallelMiddleware",
|
|
"@type": "ParallelHandler",
|
|
"handlers": [
|
|
{
|
|
"comment": "Advertises the websocket connection.",
|
|
"@type": "WebSocketAdvertiser",
|
|
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|