TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What tool do you suggest for Websocket development?

4 点作者 sazary超过 8 年前
Hi<p>I&#x27;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&#x27;m using Dark Websocket Terminal, and it leaves much to desire for.<p>Thanks a lot.

4 条评论

arms超过 8 年前
Good question, I&#x27;m interested in hearing other people&#x27;s suggestions.<p>I don&#x27;t use go, but I&#x27;ve worked with websockets in Elixir + Phoenix, and one thing that&#x27;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?
评论 #12667489 未加载
JimmyAustin超过 8 年前
Charlie proxy has great support for viewing web sockets traffic live, which has been a great help for me. Not sure if it can inject traffic though.
BrandonBradley超过 8 年前
You can run a Websocket client in a test suite that tests your server. Have you considered this strategy?
samblr超过 8 年前
&quot;Currently I&#x27;m using Dark Websocket Terminal, and it leaves much to desire for&quot;<p>What are things you recommend exist in this type of application ?