I hope that the node program can perform different operations at different fixed time points every day. How to achieve this?
The financial business scenario should be similar, right? For example, Yu'e Bao, you can buy and sell at any time. The calculation of principal and interest is implemented by the backend scheduled service, right? Is it settled at 0 o'clock every day?
node-schedule
You can use agenda package
Provide an interface and then schedule the curl interface through crontab
later module