bennpearson / node-ldp-httpd

Linked Data Platform server based on rdflib.js and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-ldp-httpd

All you need to run distributed linked data apps on top of a bit of file system. Typically used as a proxy, with Apache doing the ACLs and GETs, just to do the fast real-time patch of data resources.

Linked Data Platform server based on rdflib.js and node.js

Using the rdflib.js library originally developed for the browser environment and since ported to node.js, a linked data server supporting the POST and PATCH. Minimum requirement is to suport the client side of the same library, which currently (September 2014) uses a form of SPARQL-Patch via POST.

Features

  • handles GET, PUT and PATCH
  • includes proxy for cross-site data access

Goals (see issues):

  • provide Access control using RDF ACLs
  • provide authentication using webid
  • real-time live updates using websokets (etc)

About

Linked Data Platform server based on rdflib.js and node.js

License:MIT License


Languages

Language:JavaScript 79.8%Language:Makefile 20.2%