Websockets streaming magic — Loading thousands of images in Vue.js.

Thomas Underwood
Level Up Coding
Published in
7 min readDec 14, 2020

--

Eikona photo hosting service (prototype)

In my last article, I briefly talked about the importance of inexpensive, scalable, and most importantly well-performing cloud-based object storage. Then I took the time to walk you through how to set up and import your data to B2, which I am currently using. In this post, I will walk you through how I am able to optimally load thousands of images without any loading…

--

--