We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d5ce2 commit 2f2c083Copy full SHA for 2f2c083
README.md
@@ -1,4 +1,16 @@
1
node-ldp-httpd
2
==============
3
4
+Goal: All you need to run tabulator-style distributed apps on top of
5
+a bit of file system. Typically used as a proxy, with Apache doing the ACLs and GETs, just to do the
6
+fast real-time patch of data resources.
7
+
8
Linked Data Platform server based on rdflib.js and node.js
9
10
+Using the rdflib.js library originally developed for the browser environment
11
+and since ported to node.js, a linked data server supporting the POST and PATCH.
12
+Minimum requirement is to suport the client side of the same library, which currently (2015/09)
13
+uses a form of SPARQL-Patch via POST.
14
+In future may provide ACL management etc.
15
16
0 commit comments