Tag: async
All the articles with the tag "async".
Using async/await in ExpressJS middlewares
Published:Β atΒ 12:10 PMIf you are not living in a cave for the past year you'll probably know the `async/await` keywords are one of the most interesting additions on ES7. It merges the benefits of a sequential syntax with the power of asynchronous programming. In this post we will cover how we must use correctly async functions as express middleware.