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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Interacting with ZeroMQ from the browser

62 点作者 avalanche123大约 13 年前

5 条评论

dochtman大约 13 年前
I like delivering ZeroMQ content to the browser (I have even written my own little WebSockets server to deliver ZeroMQ-pubsub meessages to my webapp), but I'm not sure I understand what the use for STOMP or NullMQ is, here. Is STOMP just used for to translate some bits to ZeroMQ frame terms and NullMQ used as the WebSockets-to-ZeroMQ broker? Why is this better than <a href="https://github.com/tailhook/zerogw" rel="nofollow">https://github.com/tailhook/zerogw</a>?
评论 #3644413 未加载
rumcajz大约 13 年前
"ZeroMQ’s actual C library (libzmq) is just an implementation detail."<p>That's a spot on. It doesn't really matter whether you are using ZeroMQ, NullMQ or raw HTTP.<p>It's like OO-programming: You can write OO program in any language.<p>Same way, you can do distributed messaging on top of any transport layer.
评论 #3644445 未加载
评论 #3644018 未加载
hinathan大约 13 年前
Jeff and Bulat - this is fascinating and timely. Just this week I've been experimenting with bridging (Apollo) STOMP with <a href="https://github.com/wandenberg/nginx-push-stream-module" rel="nofollow">https://github.com/wandenberg/nginx-push-stream-module</a> and getting what appears to be similar results. Neat stuff, and I'm half tempted to write an nginx-STOMP bridge to save a few layers of indirection.
评论 #3646516 未加载
评论 #3645526 未加载
alberth大约 13 年前
Mongrel2.org anyone?
评论 #3644551 未加载
评论 #3644544 未加载
dripton大约 13 年前
Neat. I've wanted ZeroMQ in my browser.<p>I checked the README file for a license, but instead it says "ZeroMQ in your brower, yo!" Which tells me that:<p>1. I can't use it.<p>2. The author is 12.<p>3. It probably doesn't work.
评论 #3644011 未加载
评论 #3644257 未加载
评论 #3644539 未加载
评论 #3644430 未加载
评论 #3644141 未加载