-1

I'd like to get following details of the clients visiting my website. Their pretty precise location, i.e. part of town they're living in to analyze data. and their static IP address (if possible). connection speed (can they receive data updates on real time basis). Could you please find solution on this ?

1 Answers1

3

Geolocation service. An API provided by the browser (not jQuery!)

This can only get you their location, static IP address you can get via the server, connection speed is calculable on the client side, but not very accurately. There are no standard client side APIs to get you IP address or connection speed.

Adam Jenkins
  • 51,445
  • 11
  • 72
  • 100