thelounge/client/js/shout.js
2014-06-26 16:06:02 -07:00

4 lines
71 B
JavaScript

$(function() {
var socket = io();
socket.emit("h", "hello");
});