Has anyone successfully been able to run node.js on the SBC3?
I see some previous posts about it, but I didn't see any real resolution. After searching many internet instructions on how to get node.js working on Debian Wheezy, I finally found one that worked by using nodejs-legacy from wheezy-backports.
The node version that's installed with these instructions is very old, version v0.10.29. It also doesn't include node package manager (npm), which seems critical since I can't figure out how to install any modules (like websocket), or even how to make the example code run.
If anyone has been able to get node.js AND npm running on the SBC3, I would love to hear about it. I'm really excited about the new Phidgets JavaScript support but it won't be of much use to me if I can't figure out how to make a persistent server running on the SBC3.