This is a Node.js application that serves as the modernization of the original VCL Java Framework.
!!! Note that the code here is an outdated version - a more up-to-date version was ported under VCL's repo here. (only members of the lab have access). !!!
Visit the following link to download Node: here.
Navigate into the folder:
cd VCL-Web-Framework
Then run:
npm install
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).