Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
    
<head>
  <meta charset="utf-8" />
  <title>The Realtime Web is Shocking!!</title>
  <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  <script src="http://code.jquery.com/jquery-1.7.min.js"></script>
  <script src="http://js.pusherapp.com/1.9.6/pusher.min.js"></script>
  <script src="https://raw.github.com/leggetter/pusher-js-helper/master/helper.js"></script>
  <script src="https://raw.github.com/joewalnes/smoothie/master/smoothie.js">
    </script>
</head>
<body>
  <button id="sendTest">Test</button>
  <section>
    <div>Connection Status: <span id="conn_status"></span></div>
  </section>
  <section id="usage">
    <canvas id="seriesChart" width="400" height="100"></canvas>
  </section>
</body>
    
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers