Demonstrating core cloud concepts, starting with CaaS. Not for production use.
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Job board#

This posts jobs for worker nodes to try to bid to recieve. So far in the development, the node with the most available resources wins.

More coming soon.

Here's an example response from a worker node in case you want to wscat to the job board to test responses:

bash``` { "type": "BidResponse", "job_id": "PASTE_THE_JOB_ID_HERE", "available_cpu_cores": 999, "available_ram_mb": 99999, "available_storage_mb": 999999 }