mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
18 lines
227 B
Markdown
18 lines
227 B
Markdown
|
|
# Example with [ES modules](https://nodejs.org/api/esm.html)
|
|
|
|
## 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`.
|