Best node.js module for finding location? [closed]

Using IP-based geolocation is possible, but not very accurate. So I suggest you to think about going with a hybrid approach, like trying to get the users location via the HTML5 geolocation API inside the browser and fallback to the serverside if necessary. I took a look at the two most used geoip/-location modules available … Read more

tech