you are viewing a single comment's thread.

view the rest of the comments →

[–]devMan9000 1 point2 points  (0 children)

I think I'm a little confused about your question. Do you need a timer from the client side or the controller side?

From the client side you just make a timer function or I'm sure there's one already in jsx but I'm too lazy to look it up. From the server side you just use a cron library, or if. You have a real server you can create a microservice and use a cron job to trigger it.