I'm currently working on a web project and I'm trying to understand Node.js and express. I know about that for achiving asynchronous easy to maintain code we should use promises , but I'm confused about the following scenario: I have a route handler for REST API , should I return a promise ? even if there is no Async work done there ? i.e :I'm currently working on a web project and I'm