Running async functions synchronously in Node.js

Recently I found myself researching for ways to run an async function in the main thread in a blocking and synchronous fashion. Read more

Similar