dmvianna / minimal-js-graph

minimal example server-client dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimal-js-graph

This is a toy full stack implementation of:

  • A server that sends (random) data to the client via Websockets;
  • A client that displays that data in a live chart (D3).

Barebones, sure. But it works. Developed for Node v7.2.1. Probably won't work in previous versions, as it is coded in ES6.

Oh, and make sure you point your browser to port 3000 of your host!

About

minimal example server-client dashboard

License:MIT License


Languages

Language:JavaScript 85.4%Language:HTML 13.8%Language:CSS 0.8%