UNPKG

node-steamexpress-generator

Version:
8 lines (6 loc) 150 B
$(document).ready(function() { var socket = io.connect(); socket.on('connect', function() { console.log('Connected'); }) });