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

daemonize support(or document) #69

Closed zh99998 closed 11 years ago

zh99998 commented 11 years ago

as a server, it should use as a daemon. well, i really believe there is already a daemon support in node-xmpp-bosh, but i can't find any document about it. i've tested

sudo bosh-server &

but it stopped immediately

dhruvbird commented 11 years ago

It doesn't support daemonization natively, but you should be able to use daemontools which gives you much more power/features. https://code.google.com/p/node-xmpp-bosh/wiki/DaemontoolsSetup