Tagged Questions
0
votes
1answer
337 views
Node.js and interacting with a native chat like Pidgin?
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 ...