MyGit

3.1.0

socketio/socket.io

版本发布时间: 2021-01-15 09:26:15

socketio/socket.io最新发布版本:2.5.1(2024-06-19 17:36:33)

In order to ease the migration to Socket.IO v3, the v3 server is now able to communicate with v2 clients:

const io = require("socket.io")({
  allowEIO3: true // false by default
});

Note: the allowEIO3 refers to the version 3 of the Engine.IO protocol which is used in Socket.IO v2

Features

Bug Fixes

Links:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-01-15发行的版本