Skip to content

Commit 00fb3ee

Browse files
docs: add server comparison table
1 parent 1e558a9 commit 00fb3ee

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
A minimal, fast, JSON-LD native Solid server.
44

5+
## Comparison
6+
7+
| Server | Size | Deps | Notes |
8+
|--------|------|------|-------|
9+
| [JSS](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer) | 432 KB | 10 | Minimal, JSON-LD native |
10+
| [NSS](https://github.com/nodeSolidServer/node-solid-server) | 777 KB | 58 | Original Solid server |
11+
| [CSS](https://github.com/CommunitySolidServer/CommunitySolidServer) | 5.8 MB | 70 | Modular, configurable |
12+
| [Pivot](https://github.com/solid-contrib/pivot) | ~6 MB | 70+ | Built on CSS |
13+
514
## Philosophy: JSON-LD First
615

716
This is a **JSON-LD native implementation**. Unlike traditional Solid servers that treat Turtle as the primary format and convert to/from it, this server:

0 commit comments

Comments
 (0)