Features Overview
JSS implements the Solid Protocol with additional features for modern web development.
Implemented (v0.0.42)
| Feature | Description |
|---|---|
| LDP CRUD | GET, PUT, POST, DELETE, HEAD |
| Patching | N3 Patch + SPARQL Update |
| Conditional Requests | If-Match/If-None-Match (304, 412) |
| Access Control | WAC with .acl files |
| Authentication | Solid-OIDC, Nostr NIP-98, tokens |
| Git Integration | Clone and push via git protocol |
| WebSocket Notifications | Real-time updates |
| Multi-user Pods | Path or subdomain based |
| Mashlib UI | SolidOS data browser |
| Content Negotiation | JSON-LD, Turtle, HTML |
| CORS | Full cross-origin support |
HTTP Methods
| Method | Support |
|---|---|
| GET | Full |
| HEAD | Full |
| PUT | Full |
| POST | Full |
| DELETE | Full |
| PATCH | N3 Patch + SPARQL Update |
| OPTIONS | Full with CORS |