I've searched a bit but can't find an existing tool for this.
I have a node.js web server that is designed to run on your own computer that does some snazzy things for you. It would be pretty aswesome if I could double click MySnazzyThing.app instead of installing nodejs, and npm and running node mysnazzyapp.js on the command line.
The .app executable would spool up the node server and open a simple native webkit window which would show what would normally be on localhost:3000 if I were running on the command line.
This native app could then, say, be distributed through the mac app store. And bam, a node.js desktop app.
Does any such tool exist? Or are there any technical reasons that this wouldn't work as I imagine it?