18 lines
521 B
Markdown
18 lines
521 B
Markdown
# D3-Centraliser
|
|
This is the core of the DIDECTS. D3-Centraliser is a NodeJS based API server that manages most of the tools. It listens for incoming data from the
|
|
D3-Annotator clients and stored it to the database. It starts D3-Collector as soon as a new URL is submitted from a client.
|
|
|
|
Start D3-Centraliser by running:
|
|
$ node d3-centraliser.js
|
|
|
|
Tested on FreeBSD 13.
|
|
|
|
# Prerequisites
|
|
nodejs, express,
|
|
|
|
# Nota Bene
|
|
This is a work in progress with a lot of ugly code in it.
|
|
|
|
# Licence
|
|
GPL-3 (see LICENCE file)
|