For an upcoming project with node.js I need to perform various housekeeping tasks at periodic times. Specifically some tasks every millisecond, others every 20 ms (50 times per
SetInterval functions in javascript are not accurate. You should try to use a high resolution timer.Building accurate Timers in javascript