最終更新:2023-12-05 (火) 10:54:09 (435d)
io
Top / io
Raw memory i/o utility
- Simple app. to do memory accesses via Linux/dev/mem.
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([url][, options]) = module.exports = exports = lookup?([url][, options]) = io.connect([url][, options])
io([url][, options])
Returns io.Socketvar socket = io("http://localhost:3000/").connect();
io.protocol
- The protocol revision number.
クラス
メソッド
- io.connect
- io.managers?
- io.protocol : 4