I have a three different Node.js files doing a bunch of async operations in each of them . I have to execute these files one after the other . Is there a batch process though which I can achieve this ? .
Ps: I don't want to use promises or module export