Monday, 9 December 2019

Are There Any Native Timer Modules For Node.js?

I know you can perform time operations in node.js by using setTimeout or setInterval. But the problem is that these timer operations could be affected by cpu loads or computations, therefore their execution is an approximate time but not real time.Now my question is that are there any Native timer packages, add-ons, or modules that perform operations based on real-time or actual computer clock-time?

Submitted December 09, 2019 at 11:47AM by devdigest

No comments:

Post a Comment