I want to be able to send a message to a user via email or sms, given a date and time for example 10/24/2016 14:00:00 send a message to you one hour before, I am using nodemailer to send via email, and twilio to send via sms, but the question is how do I program the event to do what I want, a user to register an event, and from that event I want all those who are subscribed to that event, to receive a notification when the event is about 1hs before. Someone who had done something similar, I would appreciate your help.
Update I use redis to store sessions, and maybe I can also take advantage of redis to use cron-cluster. Has anyone tried this module, and how has it gone?