mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
"connect" and "connection" have the same meaning, but "connection" is the preferred version.
Example with ES modules
How to use
# install the dependencies
$ npm ci
# start the server
$ node server.js
# start the client
$ node client.js
You need Node.js >=12.17.0.