This module simply initializes socket.io and configures it in a way that single broadcast can be relayed over unlimited users without any bandwidth/CPU usage issues. Everything happens peer-to-peer!
module.js:340
throw err;
^
Error: Cannot find module '/var/www/.node_moduleswebrtc-scalable-broadcastserver.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
I did install it with npm version 1.4.21:
When I start
I get the error:
Do I have to install nodes v1.0.1?