I'm looking to replace PHP with something better (everyone seems to say that PHP is evil, right?) And given server-side JavaScript.
node.js seems very popular, but I'm afraid that I will go down with asynchronous stuff. Is it possible to write regular (synchronous) code under node?
My whishlist: web scripts and command line, good performance (in Computer language
Benchmarks Game , V8, apparently, is an order of magnitude faster than PHP), preferably developed by a company or community, so it won’t just be removed someday, a user community with a decent library of modules.
I do not consider various Rhino-based frameworks, since Rhino works in Java, and I am not in Java, I don’t know how this happens with memory, and the whole idea of compiling javascript in java does not make any sense to me.
I spent some time searching and found many projects: Myna, Meteor, GromJS, APE, GLUEscript, v8cgi, silkjs, wakanda, GPSEE, sorrowjs, ejscript, Persevere, PhantomJS.
Does anyone have experience with them? Any recommendations are appreciated.