Home Reference Source

VCL Web Framework

This is a Node.js application that runs correlation-related experiments of the VCL Lab.

Documentation for the framework is on the git pages here.

Set Up

(1) Git clone the repository

(2) Install Node

Visit the following link to download Node: here.

(3) Install Dependencies

Navigate into the folder:

cd VCLWebFramework

Then run:

npm install

(4) Run the Application

node app.js

Or alternatively, with nodemon:

nodemon app.js

The app is available at localhost:8080. If you want to access it at a different port, change the port number in app.js (line 57).