/minimal-js-graph

minimal example server-client dashboard

Primary LanguageJavaScriptMIT LicenseMIT

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!