Could I use a setInterval (or setTimeout) in node.js for each connected client?. How node would manage this?. Would there be performance problems?. I want to run a function from time to time on each client, and I do not know how to do it without using setInterval.