Saturday, January 28, 2017

Bookmarks for getting a node library working in the browser

https://github.com/RubenVerborgh/N3.js
(Lightning fast, spec-compatible, streaming RDF for JavaScript)

 https://davidwalsh.name/upgrade-nodejs
 (Upgrade Node.js via NPM)

https://docs.npmjs.com/getting-started/installing-node
(Installing Node.js and updating npm)

https://scotch.io/tutorials/getting-started-with-browserify
(Getting Started with Browserify) --- this last link is not needed if the "
$ cd N3.js
$ npm install
$ npm run browser
"  is followed with updgrated nodejs and npm

No comments:

Post a Comment