Wmaxlees / containerOS-vis

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

Development - First Version of Client #17

Closed robfitzgerald closed 8 years ago

robfitzgerald commented 8 years ago

write a web client. it is passed by the server when GET / occurs. it calls GET /query and expects a JSON payload with data. the client calls the highcharts function with the data.

first version only calls once, doesn't have a refresh period, and doesn't start/stop containers.

robfitzgerald commented 8 years ago

be sure to check in with @perezfr and @Wmaxlees about the data formats and interfaces.

robfitzgerald commented 8 years ago

i'm calling this done. it will require tweaks as the highcharts work gets done.


end-to-end, boring, useless process querying can be experienced. cowabunga!

$ cd src/
$ npm install
$ bower install
$ npm start
// point browser to http://localhost:3000
// open your browser's "developer tools" and select the "console" tab