DEV Community

Discussion on: Xplorer, a modern File Explorer that was written using TypeScript, has its performance improved on the recent release

Collapse
 
marflage profile image
Marflage

Thanks for the reply. Yes, it does answer my question. Just one thing though: regarding IPC mechanisms, do you mean like MPI and socket-based communication but on the same machine?

Thread Thread
 
kimlimjustin profile image
Justin Maximillian Kimlim

It's something like that, basically when user want to operate something, ex opening a folder, the typescript code send a message to the rust code to open that folder return the information of the files inside the folder to the typescript then typescript is in charge to display it on the webview.

Hope this answers your question.

Thread Thread
 
marflage profile image
Marflage

Now all the confusions have been cleared up. Thanks!