Re: [nodejs] Recommendations on Messenger.js

2014-01-29 Thread Piyush Ranjan
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

Re: [nodejs] Installable nodejs apps

2014-01-16 Thread Piyush Ranjan
Thanks for the reply. I did try nexe and going ahead with it! Piyush On Thu, Jan 16, 2014 at 12:40 AM, Alex Kocharin wrote: > > You might find this - https://github.com/crcn/nexe - interesting. > > -- > // alex > > > 15.01.2014, 23:06, "Piyush Ranjan" : >

[nodejs] Installable nodejs apps

2014-01-15 Thread Piyush Ranjan
Hello I am in process of writing a nodejs application that would be accessible to users via npm install. For users, who do not have node installed, I would like to ship a standalone app. Is there a way to do with nodejs ? I do not have a UI in this application i.e. it is a CLI. I have seen node-web