Skip to content

Instantly share code, notes, and snippets.

View moura137's full-sized avatar

Renato Moura moura137

  • Natural Web
  • São Paulo, BR
View GitHub Profile
@moura137
moura137 / index.html
Created November 17, 2011 11:30
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();