UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

14 lines (13 loc) 546 B
{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld", "@graph": [ { "comment": "Creates the server that starts listening for requests.", "@id": "urn:solid-server:default:ServerInitializer", "@type": "ServerInitializer", "serverFactory": { "@id": "urn:solid-server:default:ServerFactory" }, "port": { "@id": "urn:solid-server:default:variable:port" }, "socketPath": { "@id": "urn:solid-server:default:variable:socket" } } ] }