Hey, first of all thank you for your awesome work.
I installed everything(plugins,node etc.) but i can't get the server running. I don't know if i have to configure the server.js. I tried some things, but it all didn't work out. I always get this error:
c:\bottleneck\server.js:9
console.log('app listening on http://' + addr.address + ':' + addr.port);
^
TypeError: Cannot read property 'address' of null
at Object.<anonymous> (c:\bottleneck\server.js:9:46)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
i thinks that's just an variable error... i believe i miss something. actually it says the socket is listening, but i cant login the lobby. (lobby plugin - set to localhost/lobby and exported to a local web server -xampp)
i hope there is a work around... otherwise i will try the heroku thing
thanks in advance
greetings and happy new year
Gumb