Search code examples
node.jsjobsrunner

Trigger a runner everyday in Nodejs


So I want to trigger a Runner to generate something and insert it into MongoDb. I want to do it in nodejs. Are there any libraries help me do that??

Currently I am using express making a api server, haven't found a way to do that yet. Thanks a lot!


Solution

  • Maybe you are looking for something like node-cron.