Skip to content

Blog Archive

Top-level Async Function on Node.js

Tags: LittleBits
There might be times that before starting the server you have to do some initialization. If this initialization process is asynchronous we can use `async` lambda function declaration and IIFE.