最終更新:2018-11-05 (月) 16:34:54 (1992d)  

Socket.IO/サーバ
Top / Socket.IO / サーバ

https://socket.io/docs/server-api/

Socket.IO/サーバ/Server

  • Server = require("socket.io"); //module.exports = Server

メソッド

メモ

  • コンストラクタ=attach=listen
  • 引数のsrvを使って内部でinitEngineする
  • return Server

メンバ

  • httpServer
    socketsthis.of('/')

Socket.IO/サーバ/Socket

メンバ

送信 (emit)

関連