Disclaimer: There was this previous question. Since it was asked a few months back before the new Node.js was released - I'm asking it again.
I heard that Microsoft has joined hands with the Node.js guys and they're actively working together. I have also created a sample script in Node.js for my upcoming app, which works great on my Windows.
Now I have two questions:
Will Node.js scripts work fine on all Windows platforms? My app will be downloaded by many users on their Windows box. Am I right in choosing such a new technology like node.js for production use?
Is there any way to prevent users from accessing the raw JS code?