github socketio/socket.io 3.1.0

latest releases: 4.7.5, 4.7.4, 4.7.3...
3 years ago

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

  • allow integers as event names (1c220dd)

Links:

Don't miss a new socket.io release

NewReleases is sending notifications on new releases.