Tuesday 23 February 2016

Continually run task in Node?

Hello,I'm looking to create a node app that will be run with PM2 or forever (undecided) and will be responsible for reporting the status of a service (through an API) to a dashboard. Basically it just hits a list of API endpoints, gathers the resulting data, and posts it to another API endpoint for a dashboard (basically a middleman). What's the most appropriate way to execute a task like this continuously in Node?

Submitted February 24, 2016 at 03:18AM by aliasxneo

No comments:

Post a Comment