view demo/index.html @ 82:43e016fa302e

client now works again, reads graph events
author drewp@bigasterisk.com
date Wed, 17 Nov 2021 15:37:45 -0800
parents 099b62d6d0b3
children b973d7f95fdf
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <script type="module">
      import { StreamedGraph } from 'streamed-graph';
      </script>
  <body>
    here's a streamed-graph: <streamed-graph url="http://dash:9075/graph/environment/events"></streamed-graph>
  </body>
</html>