Skip to content

A sample implementation of Analytical Atoms in NodeJS

License

Notifications You must be signed in to change notification settings

JEreth/A-atom-nodejs

Repository files navigation

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

Related work

About

A sample implementation of Analytical Atoms in NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published