Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket #47

Open
dsherwin-spacelink opened this issue Dec 8, 2023 · 1 comment
Open

Websocket #47

dsherwin-spacelink opened this issue Dec 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dsherwin-spacelink
Copy link

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.

@dsherwin-spacelink dsherwin-spacelink added the enhancement New feature or request label Dec 8, 2023
@AntonShuvaev
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants