Alex: Are you sure about the scalability bit ? In my experience non of the freely available xmpp server like openfire, or ejabberd scale out of the box. There are quite a few limitations in xmpp protocol (such as ordering of messages and issues around presence) that I encountered when I last played with it. Consumed a lot of time fighting xmpp protocol to achieve what we wanted....sure, inter-portability was not one of the targets. Ended up with a custom server with custom protocol on node which worked well.
On Wed, Jan 29, 2014 at 12:19 PM, Alex Kocharin <[email protected]> wrote: > > One recommendation would be to forget about it completely and use > node-xmpp instead. Because it's about time to stop inventing new protocols > when there is a standard one. > > > 29.01.2014, 09:06, "Anurag Prasad" <[email protected]>: > > Hi, > > We are looking to build a scalable Instant Messaging application. I came > across messenger.js and found it useful in scaling up with multiple > servers. Any recommendations? > > Regards, > Anurag Prasad > Birla Institute of Technology & Science, Pilani > Pilani Campus > Pilani, India. 333 031 > Mobile: +91 - 9001250705 > E.mail: [email protected] > www.bits-pilani.ac.in > > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
