No description
certif | ||
src | ||
static | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
package.json | ||
points.svg | ||
README.md | ||
sample_config.js | ||
shell.nix | ||
traque.js |
Traque
Requirements
sudo apt install node npm
cd traque
npm install
Configuration
cp -p sample_config.js config.js
Then edit manually config.js
.
Run server
node traque.js
Then visit localhost:9000
.
About certificates
For testing purpose, a self-signed certificate (and the associated private key) is present in the certif
directory. It should not be used for anything but testing. The default sample_config.js
uses this certificate.