Hacker News new | ask | show | jobs
by Rauchg_ 5765 days ago
You have to understand that most people are used to PHP and

./configure --with-abc --with-xyz --with-123=/in/some/place --without-something-else --disable-module --without-this-thing --and-everything-is-inconsistent

and then debugging paths, dependencies, realizing after 20 minutes of compilation that they're actually missing a module, editing php.ini and calling the president.

It's cool that articles like these actually highlight how easy deployment can be with Node. Thanks DTrejo!