Message from JavaScript discussions

July 2018

— Can you gimme few points why we should avoid it and why php is bad gotta convince them to dump that shit

Message permanent page

— 

How do you ask 10 databases for the same data and use the response from the one that responds the fastest?

— Idk 🙈🙈

— Load balancers?

— No, ask them how they would do it in PHP

— We will use race in node right?

— Yep

— Will ask xD

— Frontend is messed up aswell

— 

Promise.race([
askDB1(),
askDB2(),
askDB3(),
...
]).then(resultFromFastestDB => ...)

— Yeah xD never did that before but yeah I guessed it right

— Also, ask how to send two files in parallel?