Sign inSign up

julianereth/a-atom-nodejs

By julianereth

Updated over 8 years ago

A sample implementation of Analytical Atoms in NodeJS

Image
0

275

julianereth/a-atom-nodejs repository overview

Analytical Atom (Prototype)

Work in progress Build Status

This is a sample implementation of Analytical Atoms with NodeJS.

Implementation details:
  • Build with nodejs
Run the application

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

Tag summary

Content type

Image

Digest

Size

260.6 MB

Last updated

over 8 years ago

docker pull julianereth/a-atom-nodejs