Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

node js + mongodb + schedule notifications

I´m new in nodejs, I´m trying to develope a calendar application with nodejs and mondodb, where users can schedule events (appointments, alerts, etc). Events could repeat in time(every 8 hours, evety 3 months, ...) and I want to notify users before the event start.

Can anyone help with this? Is there any module to manage this?

Thanks

like image 697
rnogal Avatar asked Oct 21 '22 15:10

rnogal


1 Answers

I use this Node.js module for scheduling tasks...

https://github.com/mattpat/node-schedule

like image 122
nabeel Avatar answered Oct 27 '22 10:10

nabeel