I am working on inventory management system (offline). It requires synchronizing offline database with online database whenever there is internet connection. My question is how do I test for the strength of my client connection. If the connection is fast i perform the synchronization otherwise try again later. I will be glad if possibly through javascript or jquery
Asked
Active
Viewed 856 times
1
-
1http://stackoverflow.com/a/5529841/4161269 – Anik Islam Abhi Nov 02 '15 at 02:49
-
2Possible duplicate of [How to detect internet speed in Javascript?](http://stackoverflow.com/questions/5529718/how-to-detect-internet-speed-in-javascript) – baao Nov 02 '15 at 02:50