0.0.1-rc.3 • Published 8 years ago
novnc-module v0.0.1-rc.3
noVNC-node
Fork of noVNC to be used with Node/browserify.
Installation
- With npm:
$ npm install --save novnc-moduleUsage in Node/browserify
var noVNC = require('novnc-module');Documentation
Read the full API documentation in the docs folder.
Development
Node.js must be installed.
Install gulp-cli 4.0 globally (which provides the gulp command):
$ npm install -g gulpjs/gulp-cli#4.0(you can also use the local gulp executable located in node_modules/.bin/gulp).
Get the source code:
$ git clone https://github.com/bruteforce/noVNC.git
$ cd noVNC/Install dependencies:
$ npm installAnd run gulp (or node_modules/.bin/gulp):
$ gulp