wscat

1 개요[ | ]

wscat

2 설치[ | ]

npm install -g wscat

3 사용예시[ | ]

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: "")

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}