I can't help but note that no matter how much I google, NodeJS doesn't seem to have any notion of server sided scripting, akin to PHP, eRuby, and what not. That is, embedding code in HTML pages that gets processed before sending the pages to the client.
Is there any module that does this?
It shouldn't be too hard to make with regular expressions and the evil eval(), but it's pretty weird that nobody would have made this by now, seeing how it's the only sane way to send dynamic pages as far as I know.