A sample implementation of Analytical Atoms in NodeJS
275
This is a sample implementation of Analytical Atoms with NodeJS.
Run local
You can run the application easily with node start from the root directory (take care that a config.json file exists).
Run the application in a docker container
You can also simply run the application in a docker container with the image julianereth/a-atom-nodejs. For this simply run
docker run -v /localpath/to/your-config.json:/usr/src/app/config.json -p 8001:8001 -d julianereth/a-atom-nodejs
Content type
Image
Digest
Size
260.6 MB
Last updated
over 8 years ago
docker pull julianereth/a-atom-nodejs