cloudserver
cloudserver copied to clipboard
Rework asynchronous code to async/await
Hi! As I currently see a lot of asynchronous code in CloudServer is callback based, sometimes slightly simplified by using async.waterfall. I think it would be really cool to rework it async/await, given that it's supported natively since (afaik) node 8.x. What do you think about it?