最終更新:2023-12-05 (火) 10:54:09 (142d)  

io
Top / io

Raw memory i/o utility

Socket.IO/サーバ

  • const io = require('socket.io')();
    // or
    const Server = require('socket.io');
    const io = new Server();
  • var io = socketio.listen(server);

メソッド

メンバ

Socket.IO/クライアント

  • Exposed as the io namespace in the standalone build, or the result of calling require('socket.io-client').

コンストラクタ

io.protocol

  • The protocol revision number.

クラス

メソッド