chore: add desc of test with cli in readme
This commit is contained in:
@@ -61,4 +61,12 @@ Send room peer message:
|
|||||||
"peerId": "<peerclientid>",
|
"peerId": "<peerclientid>",
|
||||||
"data": "<message>"
|
"data": "<message>"
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Test with command line:
|
||||||
|
> WebSocket cat: https://www.npmjs.com/package/wscat
|
||||||
|
|
||||||
|
Install `wscat` with `npm`:
|
||||||
|
```shell
|
||||||
|
npm install -g wscat
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user