How would you run node app with sublime text? Like this, open the file app.js in sublime, go to menu->tools->build, and it just runs. Simple like that
Create a build sytem with this code:
{ "cmd": ["node", "$file"], "selector" : "source.js" }