Just logging some thoughts and scoping work..
v8 and server side ecma-262 (javascript) is a fantastic thought, and definitely the future imho (universal language).
To get going and start making server side js web applications there are two good approaches, v8cgi which aims more at letting you run js programs as a cgi app (like you do with php cgi) under apache and similar, seems to be picking up speed, nice approach (workable) - the other is node.js which is off to a great start as a pure server side environment where 'HTTP is a first class protocol' which just proves what a good start Ryan Dahl has made.
Briefly to touch on v8, it allows you expose C code to javascript, which is.. well perfect, would be good to see far more lib's exposed to js using tools like cproxyv8 and v8-juice - in particular I'm looking at you librdf (and an interesting sub-thought, apache and openssl).
Back to node.js, seems to be exciting already has a strong API to get some great demo's and projects off the ground, and very well aligned with the W3C work (or maybe what-wg..), specifically on the Web Worker API front; in fact there are already implementations of Web Sockets for node.js (and socket.io) - nodelint (jslint for node) is a handy addition, whilst some projects seem to be going all in, like Persevere.
As for adapting current code to work on the server side, you'll want to be looking in to the modules .. which.. well to be honest that's a new link I just found, and not what I was thinking off.. emm, I think that provides almost everything I need - might be about to jump back in with two feet!
The rest of this post was about to mention php.js, harmony framework (Converts PHP 5 code into Javascript), and then mascara and of course haxe which compiles to js amongst many other targets.
Might have to come back to this post.. for anybody who follow what I do, thus far I'd figured out that node.js is http+tls friendly, you can get a clients certificate (for foaf+ssl) and you can send application webid+ssl certs too, although up till now I hadn't found a way to generate certificate (let alone using spcak) but that could be wrong..


