nkashyap / console.io

JavaScript Remote Web Console
http://nkashyap.github.io/console.io
189 stars 20 forks source link

Make bind host configurable #30

Open mcasimir opened 10 years ago

mcasimir commented 10 years ago

Looking at the sources I couldn't figure out how to make console.io server bound to 0.0.0.0 instead of localhost. This prevents me to access console.io server from other devices that my laptop in my local network.

Thank you!

nkashyap commented 10 years ago

You should be able to access console.io using your ip address instead of localhost.

mcasimir commented 10 years ago

I've to try this yet, anyway unless express.js does something by itself it should not be always true.