AntonShuvaev / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
91 stars 0 forks source link

Websocket #47

Open dsherwin-spacelink opened 7 months ago

dsherwin-spacelink commented 7 months ago

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.

AntonShuvaev commented 3 months ago

Thanks for the suggestion. WebSocket support is on my roadmap, but it's not in the nearest future.