|
|
|
Ask HN: another newb question
|
|
1 points
by dschmidt11
5185 days ago
|
|
I started watching an intro on node with Ryan Dahl, he sarcastically says "windows is important, like php" followed up by laughter in the audience. i'm starting to learn php for what i want developed. even though node is newer, is it a good/safe alternative for beginners? |
|
PHP is a great all around tool, and node is good at one specific thing (basically request routing: node is quick if you are able to route the requests out to asynchronous servers). For most things PHP is going to help you more than node, so I would start there.