$(document).ready(function() { var socket = io.connect(); socket.on('connect', function() { }); });