Web socket client would be handy for testing a server. I could see initiating a connection and then having 2 views. One view could show any data being received from the server. Displaying textual data and maybe even have a prettifier for known formats. Maybe a hex output for binary data.
Second view would be a simple input textarea field where users could type in some JSON or any text data and send to the server over the socket.
Something as simple as that for the first round would be considerably handy.
Additional context
Postman application does implement a websockets interface and could be used as an example.
Is your feature request related to a problem?
It is not related to a problem
Describe the solution you'd like
Web socket client would be handy for testing a server. I could see initiating a connection and then having 2 views. One view could show any data being received from the server. Displaying textual data and maybe even have a prettifier for known formats. Maybe a hex output for binary data.
Second view would be a simple input textarea field where users could type in some JSON or any text data and send to the server over the socket.
Something as simple as that for the first round would be considerably handy.
Additional context
Postman application does implement a websockets interface and could be used as an example.