Thursday 13 April 2017

Are there any performance benefits of using Asynchronous functions over Synchronous in Node Js?

Now I came across an article that distinguishes between an Asynchronous function and Synchronous functions. From my understanding of the different examples and explanations, synchronous functions are blocked while asynchronous functions are not. But I will like to know if there any performance benefit in using either?



via Kayode Adeola

No comments:

Post a Comment