Http module
shape
async/await
in Node.js is syntactic sugar built on top of Promises that allows you to write asynchronous code in a more readable, synchronous-like manner. It simplifies the process of working with Promises and makes asynchronous code easier to manage and understand.