Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PubSubHubbub协议发布端的javascript开源实现先有哪些
首先,您可能想要修复您的标题,因为它是 PubSubHubbub...而不是 PubHubSubbub!那么,这取决于你问的是哪一边?发布者、订阅者、集线器?
由于它们都需要能够服务器文件或回复传入的 HTTP 请求,因此您需要使用 Node.JS 构建一个,因为我还不知道。但是,请记住,发布者和订阅者非常容易实现,因此创建库实际上可能没有多大意义,因为您很快就会遇到该库的限制。