An application built for the fog computing use case using NodeJs and ZeroMQ.
The documentation can be found here.
NodeJs >= v12
Docker
npm i
npm run server
npm run client
docker run -p 4225:4225 -it langleu/tfstubserver
Please look at config.js for a better overview and understanding.
- PORT
- BACKEND_IP
- NODE_ENV
- FRONTEND_PORT
- VERBOSE
- BASE_URL
- FRONTEND
- IDENTITY
Example with Frontend running on port 3030. BASE_URL=http://localhost:3030 FRONTEND_PORT=3030 npm run server