CGI Using Node.js
cgi-node.org
CGI Using Node.js
1–10 of 88 posts
Re: CGI Using Node.js
#2Re: CGI Using Node.js
#3Re: CGI Using Node.js
#4Anyone have any ideas on the performance impact of this vs a typical NodeJS installation? I imagine there's a lot more overhead from starting up the process each time. A pretty cool idea but seems like this loses the benefits of NodeJS, speed and scalability.
Re: CGI Using Node.js
#5Anyone have any ideas on the performance impact of this vs a typical NodeJS installation? I imagine there's a lot more overhead from starting up the process each time. A pretty cool idea but seems like this loses the benefits of NodeJS, speed and scalability.
Re: CGI Using Node.js
#6Does anyone know if there is something similar to this but with FastCGI?
Re: CGI Using Node.js
#7Re: CGI Using Node.js
#8Re: CGI Using Node.js
#9Re: CGI Using Node.js
#10https://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 logic.
XHP is really really nice for outputting the contents of an array into HTML (for example..it has many other really nice uses), and it would be very cool to see them do something like that.