+ 1
If you don't need user input or in general don't need modal pop up windows like 'alert', 'confirm', 'prompt', and your code doesn't deal with DOM (changing/adding/deleting elements from document etc.), then you can use Node for plain javascript code.
+ 1
node