|
|
|
Ask HN: What tool do you suggest for Websocket development?
|
|
4 points
by sazary
3541 days ago
|
|
Hi I'm implementing a Webscoket server using go, and I need to have an interactive way to send messages to it and debug it. For REST APIs, I use Postman, and it had simplified my workflow hugely. Is there something like that for Websockets? Currently I'm using Dark Websocket Terminal, and it leaves much to desire for. Thanks a lot. |
|
I don't use go, but I've worked with websockets in Elixir + Phoenix, and one thing that's been really helpful is being able to open up the REPL and broadcast directly to the websocket. Would you be able to do something like this in go?