truedat101 / jumbosocket

A simple little server for creating big ideas with Node.js + Socket.io. Serve static || dynamic + Socket.io apps.
https://github.com/truedat101/jumbosocket
4 stars 1 forks source link

routine to get network address is not windows compatible #5

Closed truedat101 closed 10 years ago

truedat101 commented 10 years ago

ifconfig does not exist.

We should simply switch to using the network object in the OS to get this info.

truedat101 commented 10 years ago

Fix this in 0.1.17

truedat101 commented 10 years ago

Fixed