Wmaxlees / containerOS-vis

A container based OS visualization tool
MIT License
0 stars 0 forks source link

Development - First Version of Server #16

Open robfitzgerald opened 8 years ago

robfitzgerald commented 8 years ago

Server needs to handle two calls. A call to "/" should return an HTML file which is the index.html, which the Client will render. A call to "/query" should trigger all shell scripts, package the data into JSON, and return the data to the client.

robfitzgerald commented 8 years ago

be sure to check in with @mkalan about what the console output of his shell scripts should look like, how many different scripts need to be run, and what your server needs to keep track of (for example, to run the script for as many docker instances that are alive). the node server will also run docker commands that need to be run which are not called within matthew's scripts. also check in with rob about the JSON payload for a query. our first version is a minimal product, we won't be starting or stopping docker containers from the client, just running queries.