aideweb

Javascript server side node express utilities for web applications and service

AIDE API docs

This package allows to compile and link C/C++ source code with a Javascript express web server and use it as a web service.

Package repository

Installation

User simple installation

  • npm install git+https://gitlab.inria.fr/line/aide-group/aideweb/.git

Co-developper installation

Please refer to the installation guide for installation.

Usage

In order to test the package, run make test -i in the ./src directory and observe the web page.

npm script usage

npm install --quiet : installs all package dependencies and sources.
npm run build: builds the different compiled, documentation and test files.
npm test     : runs functional and non-regression tests.
npm run clean: cleans installation files.

Dependencies

devDependencies

Authors