Skip to content

Solid middleware ? #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thhck opened this issue Mar 20, 2025 · 3 comments
Open

Solid middleware ? #3

thhck opened this issue Mar 20, 2025 · 3 comments

Comments

@thhck
Copy link
Contributor

thhck commented Mar 20, 2025

@Potherca stated here that inrupt's lib could be replaced with metroJS.

That made me curious, is there a form of middleware that made metroJS works well with solid ?

@poef
Copy link
Member

poef commented Mar 21, 2025

Yes, there is. The metro-oidc middleware implements all the stuff needed to build a oidc client, which is all you need to fetch resources from a solid storage provider. I'm currently working on extending this to a complete solid-client, which also parses linked data formats and understands the structure of a solid pod.

@thhck
Copy link
Contributor Author

thhck commented Mar 21, 2025

Do you mean parse it into javascript object like LDO or LDFlex does ?

Just got an answer, saying they are working on it "in the background"

@poef
Copy link
Member

poef commented Mar 24, 2025

Yes, I;ve built a small library called oldm, which uses n3.js to parse linked data, and then turns the triples into javascript objects. See https://github.com/poef/oldm. I'm combining it with a few other homegrown libs, like jaqt and jsfs into a complete solid client, but thats not yet functional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants