Hi All,
I'm facing Jabber Web SDK for now.
As I'm coding, I find out 'jabberwerx.js' couldn't work on Node.js. (I'll test 'cwic.js' later)
I think this would be 'jabberwerx.js' is not up to the "CommonJS" standard.
So, is there any planning for the JS lib to work with Node.js in the later Release?
'npm install jabberSDK' would be coooool!
Thanks, Jeff
Solved! Go to Solution.
CAXL (Jabberwerx) is definitely targeted at the browser - not aware of any plans to make it work under node.js - what are you seeing as the issue? That is an interesting idea - any particularly compelling use case you have in mind?
Note, cwic.js is very much tied to the browser, as its functionality depends on a binary browser plugin, to work...
CAXL (Jabberwerx) is definitely targeted at the browser - not aware of any plans to make it work under node.js - what are you seeing as the issue? That is an interesting idea - any particularly compelling use case you have in mind?
Note, cwic.js is very much tied to the browser, as its functionality depends on a binary browser plugin, to work...
I‘m thinking about improving my app's performance. I prefer to design the IM solution under Node.js.
For coding, I have to redesign my MVC framework.
Thanks for your replay,
Jeff