inlinechan / dchart

dchart is for visualizing realtime data such as memory usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dchart

dchart is for visualizing realtime data such as memory usage.

Usage

$ cd /path/to/dchart
$ npm install       # to install node_modules
$ node gen.js 8 | node app.js

Go to http://localhost:3000 in your web browser(SVG support
required) to see realtime update from web browser

License

GPL-3.0

About

dchart is for visualizing realtime data such as memory usage.


Languages

Language:JavaScript 85.1%Language:HTML 14.9%