Hacker News new | ask | show | jobs
by goldbrick 3729 days ago
So you have 3 configuration steps for PHP and none for Node? You're completely full of it.
1 comments

6 for PHP, 3 for node. There's an objective difference: node has a built-in, production-ready server.
Silliness. Here's me building a production php server:

1) `apt-get install php5 apache2`

2) upload index.php

3) There is no step 3