Skip to content

saligrama/corels-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORELS UI

Web user interface for nlarusstone/corels using NodeJS and Express. Now live at https://corels.eecs.harvard.edu !

Screenshots

Home Page

Home page

Run It! Page

Run It! page

Requires NodeJS libraries express, multer, body-parser, and string.

Installation

Clone the repository.

git clone --recursive https://github.com/saligrama/corels-ui

Compile the CORELS code.

cd corels/src
make
cd ../..

Compile the utilities

cd utils
make all
cd ..

You must have NodeJS installed. Then, install required NodeJS libraries:

npm install express randomstring socket.io-file socket.io-file-client socket.io http

Usage

Run the server which is accessible from http://localhost:8080.

cd ui
node corels.js

The command may be nodejs corels.js depending on your operating system (this is true of Ubuntu).

About

Web user interface for nlarusstone/corels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published