We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
首先,您可能需要修复您的标题,因为它是 PubSubHubbub...而不是 PubHubSubbub!
那么,就看你问的是哪一方了? 发布者、订阅者、集线器?
由于它们都需要能够服务器文件或回复传入的 HTTP 请求,因此您需要使用 Node.JS 构建一个,因为我还不知道。但是,请记住,发布者和订阅者确实很容易实现,因此创建库实际上可能没有多大意义,因为您很快就会遇到该库的限制。
First, you may want to fix your title as it's PubSubHubbub... not PubHubSubbub!
Then, it depends on what side you're asking? Publisher, Subscriber, Hub?
Since all of them need to be able to server files or reply to incoming HTTP requests, you will need to build one with Node.JS, because I don't know of any yet. However, keep in mind that the publisher and subscriber are really easy to implement, so creating a library may actually not make a lot of sense, because you would quickly bump into the limitation of said library.