README.md

April 28, 2013 ยท View on GitHub

#node-webid-demo

Example of Node.js implementation using the node-webid library: https://github.com/magnetik/node-webid

In addition, this examples uses:

  • Express (http://expressjs.com)
  • Jade (http://jade-lang.com)

##Usage

Simple!

  • Install dependencies: npm install
  • Execute: node src/server.js
  • Visit the test server webpage: [https://127.0.0.1]

##Licence

The lib is available under MIT Licence : http://www.opensource.org/licenses/MIT