xmppo / node-xmpp-bosh

An XMPP BOSH & WebSocket server (connection manager) written on node.js using Javascript
https://github.com/xmppo/node-xmpp-bosh
263 stars 85 forks source link

Branch Using Native JavaScript Library instead of node-expat? #125

Open Schezuk opened 8 years ago

Schezuk commented 8 years ago

Though performance considered, the c/c++ codes used in node-expat do cause deployment problems on PaaS and windows, etc. due to lack of compiling components. Is it possible to make a branch with pure native-JavaScript lib? Thank you.