Website: https://solid.mit.edu/ and https://www.solidproject.org - Repos: https://github.com/solid/ - Forum: https://forum.solidproject.org/
I've managed to pull the glob portion of the GET
handler from NSS, I'm allowing users to provide a glob class, which I then replace a couple of prototype functions with ones that will fetch the details from a remote service (like NSS or something else):
https://github.com/o-network/http-rdf-glob/blob/master/src/glob.7.1.3.ts
But the usage of the npm module glob allows more than what the spec says, so I have also made a very simple "globber" that matches the spec and only allows for "*" at the end of the pathname:
https://github.com/o-network/http-rdf-glob/blob/master/src/simple-glob.ts
fetch
function, which can either grab locally if being run on the server, or can go and fetch remotely (from NSS)
fs.readdir
a#b
is an invitation to load document a
and find out about what it shoses to say about a#b
. The document tries to have useful data about a#b and related things those interested in a#b would also be interested in.