Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniogarrote/NodeJS-WebID-demo
https://github.com/antoniogarrote/NodeJS-WebID-demo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antoniogarrote/NodeJS-WebID-demo
- Owner: antoniogarrote
- Created: 2011-10-17T19:46:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-04T01:53:26.000Z (almost 13 years ago)
- Last Synced: 2024-08-01T12:35:14.778Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.51 MB
- Stars: 14
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - antoniogarrote/NodeJS-WebID-demo - (others)
README
This is a demo implementation of WebID in node.js
This demo supports WebID draft version 2011-12-12 .
To make it run you need:
- version >0.5 of node.js including the changes that make the additional fields in client certificates available (https://github.com/joyent/node/pull/1286)
- libraptor 2.0
- to compile the modified version of node bindings for libraptor included in this repository (check the node_raptor dir)
- after compiling raptor bindings, copy the resulting extension and the raptor.js files to the src directory
- start the server with:
node ./src/server.jsReleased under the MIT license