mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
21 lines
800 B
JSON
21 lines
800 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Creates a server that supports both websocket and HTTP requests.",
|
|
"@id": "urn:solid-server:default:ServerFactory",
|
|
"@type": "WebSocketServerFactory",
|
|
"baseServerFactory": {
|
|
"@id": "urn:solid-server:default:HttpServerFactory",
|
|
"@type": "BaseHttpServerFactory",
|
|
"handler": { "@id": "urn:solid-server:default:HttpHandler" },
|
|
"options_showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" }
|
|
},
|
|
"webSocketHandler": {
|
|
"@type": "UnsecureWebSocketsProtocol",
|
|
"source": { "@id": "urn:solid-server:default:ResourceStore" }
|
|
}
|
|
}
|
|
]
|
|
}
|