Testing websockets with wscat

The wscat utility is a convenient tool for testing a WebSocket API

$ wscat -c ws://websocket-echo.com
Connected (press CTRL+C to quit)
> hi there
< hi there
> are you a happy parrot?
< are you a happy parrot?

Go to the linked site

Tags: #websocket
Jun 2022, 06.

 

My next events:
🗓 Apr 04 16:30 JDevSummitIL Getting Started with the Micronaut Framework