CGI Using Node.js
41–50 of 88 posts
Re: CGI Using Node.js
#42Re: CGI Using Node.js
#43I hope this is a joke.
Re: CGI Using Node.js
#44Earlier quoted context omitted.
Diversity is a good thing.
Using 90s technologies with node is not really diversity, it's punishing yourself on purpose ...
Re: CGI Using Node.js
#45Earlier quoted context omitted.
Because a large section of the php ecosystem is cgi and inline HTML. That was part of the original appeal and the reason it endures on budget hosts.
What's considered a budget host in 2015 when I can get a digital ocean server to do with as I please for 60$ / year
Re: CGI Using Node.js
#46This is why Node.js is receiving an enormous backlash from the programming community. People keep peddling it as a solution to all problems when in reality it has very limited utility in all but a few use cases. Pushing this thing over old CGI technology and adding a hideous spaghetti-code HTML interleaving syntax is akin to shoving it further down the throats of the masses who don't want or need Node.js. The best th…
I'm not saying it's a good or bad thing, I'm just saying that's how it is.
Re: CGI Using Node.js
#47This is why Node.js is receiving an enormous backlash from the programming community. People keep peddling it as a solution to all problems when in reality it has very limited utility in all but a few use cases. Pushing this thing over old CGI technology and adding a hideous spaghetti-code HTML interleaving syntax is akin to shoving it further down the throats of the masses who don't want or need Node.js. The best th…
Re: CGI Using Node.js
#48Earlier quoted context omitted.
This is designed to run without shell access, and without installing Node.js. Users on shared hosting cannot normally install Node.js, so are restricted to the usual LAMP stack, however this allows users to bypass this and process everything with Node.js.
how would you install node modules though?
Re: CGI Using Node.js
#49This is why Node.js is receiving an enormous backlash from the programming community. People keep peddling it as a solution to all problems when in reality it has very limited utility in all but a few use cases. Pushing this thing over old CGI technology and adding a hideous spaghetti-code HTML interleaving syntax is akin to shoving it further down the throats of the masses who don't want or need Node.js. The best th…
While I am on your side of the fence, there are a lot of those whose sole language is Javascript (learned from client-side) and have no time/motivation/ability to learn a new language. For them, wouldn't it be cool if they could use their existing knowledge and develop on the server? I'm not saying it's a good or bad thing, I'm just saying that's how it is.
Re: CGI Using Node.js
#50This is why Node.js is receiving an enormous backlash from the programming community. People keep peddling it as a solution to all problems when in reality it has very limited utility in all but a few use cases. Pushing this thing over old CGI technology and adding a hideous spaghetti-code HTML interleaving syntax is akin to shoving it further down the throats of the masses who don't want or need Node.js. The best th…
But I agree that this project fixes a non-existing problem.