I justed started learning JavaScript. While doing that, I got tired of embedding my JavaScript code into an HTML document in order to run it in the browser. I thought it wou
This woks for me in Windows7
1) Open Sublime Text, Goto "Tools" -> "Build System" -> "New Build System"
2) Paste this text
{
"cmd": ["C:\\Program Files (x86)\\nodejs\\node","$file"]
}
\\ Escaping character
3) Save as Node.sublime-build
4) Write a new js file, and press CTRL+B for build.
Click here for see image example.