Files
socket.io/examples/es-modules
Damien Arrachequesne d00c0c0d9d docs(examples): update examples to Socket.IO v3
Other examples need some additional work (Redis adapter migration, ...).
2020-11-09 10:19:40 +01:00
..

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.