Title really says it all, I've looked through github and npm and can't find anything still updated or even what I'm looking for at all that can do this. Any suggestions are appreciated!
Asked
Active
Viewed 196 times
1 Answers
0
If you want to build the server yourself in Node.js, you can use ws
module to handle incoming WebSocket connections and then handle incoming packets using xmpp.js
module. There is an example in xmpp.js repository.
If you are looking for a full fledged server implemented in Node.js with support for WebSocket, you should go to Software Recommendations Stack Exchange as this is a site for questions related to software development.

smokku
- 1,256
- 13
- 22