Use the `ws` command-line tool
masterThe ws CLI tool is a utility designed to exercise the IXWebSocket codebase and provide practical examples of websocket and HTTP operations. It supports various subcommands for connecting, sending/receiving files, running servers, and performing HTTP requests.
ws [OPTIONS] SUBCOMMAND
Subcommands:
send Send a file
receive Receive a file
transfer Broadcasting server
connect Connect to a remote server
chat Group chat
echo_server Echo server
broadcast_server Broadcasting server
ping Ping pong
curl HTTP Client
httpd HTTP server