I had found couple of node.js modules for finding the information about client location and network using ip address.
Requirements:
Location - country, city, state, latitude, longitude etc.
Network - Internet service Provider, Internet connection type and internet speed etc.
Data Accuracy - maximum possibility.
Note: Looking for server side solution.
The above mentioned modules uses maxmind data. And i had read about the maxmind data accuracy as well.
I am little confused to choose the above node.js modules and i like to know is there any better node.js frameworks available for finding information which met my requirement or any other language plugins which can be portable to node.js.
Any idea will be greatful.
https://www.iplocate.io/api/lookup/8.8.8.8
. Docs and usage, including from Node.js, on the home page: www.iplocate.io - Disclaimer: I run this service. – Defection