ArtFx Renderfarm
Task dispatcher made with NodeJs and connected to a MongoDb database
- NodeJs
- npm
- yarn (optional)
cd Blazar
# if you have yarn is installed
yarn install
# else use npm
npm Installyarn start
# or with npm
npm run startRender client made with NodeJs
- NodeJs
- npm
- yarn (optional)
cd Render
# if you have yarn is installed
yarn install
# else use npm
npm Installyarn start
# or with npm
npm run startMonitor to monitor jobs and clients made with NextJs
- NodeJs
- npm
- yarn (optional)
cd Monitor
# if you have yarn is installed
yarn install
# else use npm
npm Installyarn dev
# or with npm
npm run dev