Skip to content

Commit 87ca1b2

Browse files
committed
Update README.md
1 parent 2155627 commit 87ca1b2

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@
44
[![NPM Version](https://img.shields.io/npm/v/ldnode.svg?style=flat)](https://npm.im/ldnode)
55
[![Gitter chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat)](http://gitter.im/linkeddata/ldnode)
66

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.
109
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.
1211

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
1618
- [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
2119
- [ ] Group members in ACL
2220

2321
## Command Line Usage

0 commit comments

Comments
 (0)