/cloud-service

cloud computing project.

Primary LanguageJavaScript

datacenter

CSCI Cloud Computing Project.

First install the required dependencies

$ npm install

After that, run the below commands to start the URB or datacenter service.

For URB

npm run urb&

For DataCenter

npm run datacenter&

To check if service is running:

ps aux | grep node