CGI Using Node.js
11–20 of 88 posts
Re: CGI Using Node.js
#12It looks from the code that it runs your JS through it's own virtual machine, though. I can't imagine funnelling Javascript through Javascript through Node being worth while.
Re: CGI Using Node.js
#13This might be a good time to post the link to Facebook's XHP https://www.facebook.com/notes/facebook-engineering/xhp-a-ne... I've been using XHP at work and love the improvements it has made to the new code we are writing. Posting this might not seem relevant, but the examples of "replacing php with javascript" show one of the ugliest parts of PHP, and that is when presentation becomes super tangled with business log…
You seen jsx?
Re: CGI Using Node.js
#14I don't see why "replace PHP" is needed in the title other than linkbait. This is just a CGI dealy for Node. Even the article says "It can run along side PHP."
Re: CGI Using Node.js
#15I don't see why "replace PHP" is needed in the title other than linkbait. This is just a CGI dealy for Node. Even the article says "It can run along side PHP."
Agreed, headline is for marketing purposes, but it means that folk stuck with an environment where they'd otherwise be forced to use PHP have a choice not to use it.
Re: CGI Using Node.js
#16console.log(amount + " problems.");
}
Re: CGI Using Node.js
#17Re: CGI Using Node.js
#18This might be a good time to post the link to Facebook's XHP https://www.facebook.com/notes/facebook-engineering/xhp-a-ne... I've been using XHP at work and love the improvements it has made to the new code we are writing. Posting this might not seem relevant, but the examples of "replacing php with javascript" show one of the ugliest parts of PHP, and that is when presentation becomes super tangled with business log…
> show one of the ugliest parts of PHP, and that is when presentation becomes super tangled with business logic You seen jsx?
Re: CGI Using Node.js
#19I don't see why "replace PHP" is needed in the title other than linkbait. This is just a CGI dealy for Node. Even the article says "It can run along side PHP."
Re: CGI Using Node.js
#20This is wrong way. Keep Node.js where it has to be