This is a simple utility for testing WebSockets connections.
$ ./wscat --url wss://websocket-echo.com
>> Hi!
<< Hi!
>> ^C2025/03/11 16:34:47 Received shutdown signal. Shutting down gracefully...
- Golang >= 1.24
Run build make command with tests
make all
Build the application
make build
Clean up binary from the last build:
make clean