You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: