|
4 | 4 | [](https://npm.im/ldnode) |
5 | 5 | [](http://gitter.im/linkeddata/ldnode) |
6 | 6 |
|
7 | | -Ldnode implements the [Linked Data Platform](http://www.w3.org/TR/ldp/) and |
8 | | -[Solid](https://github.com/solid) in [NodeJS](https://nodejs.org/). This is all |
9 | | -you need to run distributed Linked Data apps on top of the file system. |
| 7 | +> Implementation of a [Solid](https://github.com/solid)'s server spec in [NodeJS](https://nodejs.org/). |
| 8 | +> This is all you need to run distributed Linked Data apps on top of the file system. |
10 | 9 |
|
11 | | -You can run `ldnode` as a [command-line tool](https://github.com/linkeddata/ldnode/blob/master/README.md#command-line-tool) or as a [library](https://github.com/linkeddata/ldnode/blob/master/README.md#library) for your [Express](https://expressjs.com) app. |
| 10 | +You can use `ldnode` as a [command-line tool](https://github.com/linkeddata/ldnode/blob/master/README.md#command-line-tool) or as a [library](https://github.com/linkeddata/ldnode/blob/master/README.md#library) for your [Express](https://expressjs.com) app. |
12 | 11 |
|
13 | | -## Features |
14 | | - |
15 | | -- [x] Linked Data Platform compliant HEAD, OPTIONS, GET, PUT, POST, PATCH, DELETE |
| 12 | +## Solid Features supported |
| 13 | +- [x] [Linked Data Platform](http://www.w3.org/TR/ldp/) |
| 14 | +- [x] [Web Access Control](http://www.w3.org/wiki/WebAccessControl) |
| 15 | +- [x] [WebID+TLS Authentication](https://www.w3.org/2005/Incubator/webid/spec/tls/) |
| 16 | +- [x] [Real-time live updates](https://github.com/solid/solid-spec#subscribing) (using WebSockets) |
| 17 | +- [x] Identity provider for WebID |
16 | 18 | - [x] Proxy for cross-site data access |
17 | | -- [x] Access control using [Web Access Control](http://www.w3.org/wiki/WebAccessControl) |
18 | | -- [x] WebID+TLS Authentication |
19 | | -- [x] Real-time live updates (using WebSockets) |
20 | | -- [x] Identity provider for WebID+TLS |
21 | 19 | - [ ] Group members in ACL |
22 | 20 |
|
23 | 21 | ## Command Line Usage |
|
0 commit comments