How it works - soduko/schedulemaker GitHub Wiki

Add flow chart like https://github.com/Netflix/Hystrix/wiki/How-it-Works

This is what I think so far but I don't actually know.

index.php -> query Database -> respond and apply logic -> visualize to user and modify at client

Currently the code base uses mysqli in PHP to communicate with the database. I think nodejs is for client side manipulation.