progress bar using Socket | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

progress bar using Socket

Is progress bar can only be implement with the help of socket ? I am taking about the real time progress bar that tell us the file uploading % or file downloding % like in drop box, Google driver and MEGA.

10th Sep 2020, 6:48 PM
Rahul Roy
Rahul Roy - avatar
2 Answers
+ 1
Finally i figure out the different way, which are sse, long polling and obviously the socket. With the help of all these you can update your progress bar in real time.
12th Sep 2020, 8:54 AM
Rahul Roy
Rahul Roy - avatar
+ 2
I generally prefer to use 2 div tags to make a progress bar! And this is a more convenient form of showing a progress bar! See the js part! https://code.sololearn.com/WpI4EnuBYR2i/?ref=app
10th Sep 2020, 7:10 PM
Namit Jain
Namit Jain - avatar