Check all the api's and convert all series tasks to parallel provided the overall functioning remains the same. You can use either of the following - 1. async module 2. promises 3. generators (bluebird) 4. async await
Check all the api's and convert all series tasks to parallel provided the overall functioning remains the same.
You can use either of the following -