May 8, 2023
One of the big pluses I find is that PHP works so cleanly with MySQL via PDO. There are young node.js coders out there who were misled into using NoSQL for jobs that call for SQL and they get tied into knots trying to make NoSQL behave relationally. While you can use MySQL with node.js (and mongodb with php) it is not so simple. And MEAN was such a buzzword for awhile.