Skip to content

Instantly share code, notes, and snippets.

@huggler
huggler / index.html
Created April 5, 2012 05:36 — forked from moura137/index.html
Teste de Stream de Dados Continuo
<html>
<head>
<title>Dashboard</title>
<script src="/socket.io/socket.io.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script>
$(document).ready(function(){
socket = io.connect();