Firstly PHP is not for server side apps, and it is an interpreted language making it slower. NodeJS in my optinion is terrible. Javascript was never built for things like node, and the event nature mostly just gets in the way. Go's threading is also inspired.