문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top