3
votes
5answers
2k views

Server-Side javascript framework

I'm looking to replace PHP with something better (everybody seems to say that PHP is evil, right ?), and considering server-side JavaScript. node.js seems very popular, but I'm afraid I'll go crazy ...
1
vote
2answers
2k views

Classic ASP with Server-Side Javascript, calling function in a different file

I've got a page X that is supposed to have hyperlinks to pages A, B, and C if certain conditions are met. What I'm hoping to do is (on the server as the page is being built) is prune out hyperlinks ...
0
votes
4answers
890 views

call nodejs scripts from html pages

I would like to call node.js scripts like i do with php, that is simply using their url. I'm mainly a js programmer, so it would be wonderful for me to ditch out php totally and use node for the ...