Fast FileExplorer based on Node.js and Vite/React code running on a mappView visualization

Hello all!

We had a need to develop a fast file explorer, that would not use FileIO, for browsing files.
Reason was, that if the amount of files in the directory goes well above 100 files, fileIO based solutions starts to get a bit slow..
Also connecting to different types of network drives requires more work.

Here is one solution for systems with possibility to install the node.js environment as a backend..

More detailed documentation can be found from the github reporitory

Cheers!

9 Likes