Search code examples
node.jsserver-sidebots

Want to Run Bot on Server 24/7


I made a bot (https://github.com/JBader89/PlugBot) for a social music site, and I'd like to have it running 24/7. I used node.js to create and run it, so I was wondering if there's a way to use node.js to make it run continually?


Solution

  • This question is already is answered in other thread Node.js as a background service. You can use Forever, This is pretty good to re spawn server on event of unexpected behavior.