1 개요[ | ]
- wscat
2 설치[ | ]
Bash
Copy
npm install -g wscat
3 사용예시[ | ]
Console
Copy
root@wsl:~# wscat --connect ws://localhost:8010
Connected (press CTRL+C to quit)
> hello1
< Server received from client: hello1
> hello2
< Server received from client: hello2
Disconnected (code: 1006, reason: "")