最終更新:2018-10-17 (水) 20:16:03 (2010d)  

io.connect
Top / io.connect

Socket.IO/クライアント

var socket = io.connect();
  • io.connect = lookup(uri, opts)
    • defaults to trying to connect to the host that serves the page.
    • if (null == uri) uri = loc.protocol + '//' + loc.host;

関連