What: Can NodeJS apps be distributed as binary? ie. you compile the .js app via V8 into its native binary, and distribute the binary to clients? (if you had
I'm currently investigating the same thing and am looking at nexe which claims to be able to "create a single executable out of your node.js apps".
Can't tell you if it's any good just yet, but thought it'd be worth to share already.