Post by Brian HagueJust seeing if there is a serious port of node.js yet?
Not that I'm aware of. The first step would be to port the V8
JavaScript engine, which would be useful maybe even for WebPositive. I
think once V8 was working getting node.js would pretty much work.
Though node.js might also require some sort of event system in the
kernel, which I don't believe we have.
Generally porting something like a JavaScript engine is pretty easy,
since it generally doesn't need much from the platform. I know that
getting JavaScriptCore from WebKit working was quite easy.
--
Regards,
Ryan