socketio/socket.io
socketio/socket.io
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 1/15/2021
MinorContains breaking changesIn 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
~4.1.0~7.4.2release notes
Published 1/15/2021
MinorContains breaking changesIn 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
~4.1.0~7.4.2Realtime application framework (Node.JS server)