Node.js 并与 Pidgin 等本机聊天交互?

发布于 2024-12-17 06:45:46 字数 323 浏览 1 评论 0原文

使用 Node.js 时是否有一种方法可以轻松地与本机消息客户端(例如 Pidgin)交互?

我尝试使用 Node.js 的 XMPP 协议创建一个简单的聊天系统(使用 https://github.com /astro/node-xmpp 然后 https://github.com/amiadogroup/candy) 。 但我没有工作,事情很复杂。

Is there a way to interact easily with a native messaging client (for example Pidgin) when using Node.js ?

I tried to create a simple chat system with the XMPP protocol with Node.js (with https://github.com/astro/node-xmpp then https://github.com/amiadogroup/candy).
But I didn't work and it was complicated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

八巷 2024-12-24 06:45:46

您可以使用其他协议,例如 IRC。相关节点模块:node-irc

You can use another protocol like IRC. Relevant node module: node-irc

捂风挽笑 2024-12-24 06:45:46

我围绕 pidgin dbus api 创建了简单的包装器: https://github.com/sidorares/node-pidgin

I created simple wrapper around pidgin dbus api: https://github.com/sidorares/node-pidgin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文