{"id":13930071,"url":"https://github.com/solid-contrib/solid-platform","last_synced_at":"2025-07-19T12:31:24.705Z","repository":{"id":114034332,"uuid":"42471442","full_name":"solid-contrib/solid-platform","owner":"solid-contrib","description":"List of servers and tools","archived":true,"fork":false,"pushed_at":"2019-11-06T14:56:30.000Z","size":12,"stargazers_count":81,"open_issues_count":3,"forks_count":8,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-01T12:38:13.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/solid/solid-spec","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solid-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-14T19:21:33.000Z","updated_at":"2024-08-01T12:38:17.444Z","dependencies_parsed_at":null,"dependency_job_id":"bd8ea745-c438-4fb3-816c-e27345322184","html_url":"https://github.com/solid-contrib/solid-platform","commit_stats":null,"previous_names":["solid/solid-platform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solid-contrib%2Fsolid-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solid-contrib%2Fsolid-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solid-contrib%2Fsolid-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solid-contrib%2Fsolid-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solid-contrib","download_url":"https://codeload.github.com/solid-contrib/solid-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226607587,"owners_count":17658479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-07T18:04:02.281Z","updated_at":"2024-11-26T19:30:47.935Z","avatar_url":"https://github.com/solid-contrib.png","language":null,"readme":"# solid-platform\n[![](https://img.shields.io/badge/project-Solid-7C4DFF.svg?style=flat-square)](https://github.com/solid/solid)\n\nServers, Tools and packages built on the\n[Solid platform](https://github.com/solid/solid-spec).\n(See also [solid-apps](https://github.com/solid/solid-apps) for a list of\nend-user applications).\n\n## Servers\nActively maintained.\n\nName | [LDP](https://www.w3.org/TR/ldp/) | [CORS](https://github.com/solid/solid-spec/blob/master/recommendations-server.md) | [WebID](https://github.com/solid/solid-spec/blob/master/solid-webid-profiles.md) IdP | [WebID-TLS](https://github.com/solid/solid-spec/blob/master/authn-webid-tls.md) | [WebID-OIDC](https://github.com/solid/webid-oidc-spec) | [WebID-RSA](https://github.com/solid/solid/blob/master/proposals/auth-webid-rsa.md) | WebID-Delegation | [WAC](https://github.com/solid/web-access-control-spec) | [WSS](https://github.com/solid/solid-spec/blob/master/api-websockets.md) | Open Source |\n-----|-----|:----:|:--------------:|:---------:|:----------:|:---------:|:----------------:|:---:|:---:|:-------:|\n[gold](https://github.com/linkeddata/gold)|Basic Containers, file storage|Proxy|Yes|Yes|No|Yes|Yes|Yes|Yes|Yes|\n[node-solid-server](https://github.com/solid/node-solid-server/)|Basic Containers, file storage|Proxy|Yes|Yes|Yes|No|In Progress|Yes|Yes|Yes|\n[OpenLink Virtuoso](http://virtuoso.openlinksw.com/)|Basic Containers, file storage, SEARCH, PATCH|Yes|Yes|Yes|In Progress|Not Planned|Yes|Yes|Yes|No|\n[rww-play](https://github.com/read-write-web/rww-play)|Basic Containers, file storage, SEARCH|Proxy|Yes|Yes|No|No|N/A|Yes|?|Yes|\n\n##### [gold](https://github.com/linkeddata/gold)\n*No longer under active development (the team is focusing on LDNode),\ngold is in bugfix/maintenance mode.*\nReference Solid platform server written in Go.\nSee [databox.me](https://databox.me/) for an example instance.\n\n##### [node-solid-server](https://github.com/solid/node-solid-server/)\nReference Solid platform server written in Node.js/Express.\n\n##### [OpenLink Virtuoso](http://virtuoso.openlinksw.com/)\nMore specifically, the WebDAV File System Module a/k/a OpenLink Data Spaces (ODS) Layer.  [ODS](http://ods.openlinksw.com/owiki/wiki/ODS) is a Data Space Shim built around [Virtuoso](https://virtuoso.openlinksw.com/)'s WebDAV layer that adheres to Solid conventions of —\n* Identity — via WebID\n* Identity Verification (or Authentication) — via WebID+TLS or WebID-OIDC _(WebID-OIDC is still a work-in-progress)_\n* Document Access Controls (or Authorization) — via WebACLS or WAC\n* Read-Write Operations on Documents — via HTTP PATCH using `application/sparql-update` payloads\n\nMinimum installation atop basic Virtuoso (Enterprise Edition only) installation is Virtuoso Authentication Layer (VAL), ODS-Framework, and ODS-Briefcase VADs.\n\n##### [rww-play](https://github.com/read-write-web/rww-play)\nLDP-compliant Read-Write-Web server written in Scala/Play/akka.\n\n\n## Legacy Servers\nNo longer actively maintained.\n\n##### [ldphp](https://github.com/linkeddata/ldphp)\nLDP PHP server, implementing LDP Basic Containers and file serving.\nNot implemented: WAC, WebID-RSA, or WebID-Delegation.\n\n## Libraries\n\n### Node.js\n* [node-webid](https://github.com/linkeddata/node-webid/) - library to manage\n    [WebID](http://www.w3.org/2005/Incubator/webid/spec/identity/) identities\n    and certificates.\n\n* [rdflib.js](https://github.com/linkeddata/rdflib.js/) - RDF library for\n    [Linked Data](http://www.w3.org/DesignIssues/LinkedData.html) applications.\n\n* [solid.js](https://github.com/solid/solid.js) - library to interact with\n    [Solid](https://github.com/solid/solid-spec)-compliant applications.\n    Creates and manages LDP containers, provides WebID authentication, and more.\n","funding_links":[],"categories":["others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolid-contrib%2Fsolid-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolid-contrib%2Fsolid-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolid-contrib%2Fsolid-platform/lists"}