Learn Rust for building webapps?

Welcome to the forum!

I think at least 3 ways of doing Apps are possible. When people run SAFE on their system (just like JAVA) you should be able to build a Windows program (desktop-link that point to a .exe-file etc.) It can make use of the SAFE-API and write and read to the virtual disk that gets mounted by the SAFE-software.

Another option is to run SAFE and have a plugin for Firefox. That’s where you can browse SAFE-sites and these can be made as an App as well. Just like Chrome has it’s own app-store. So people don’t really feel the difference between an App or a website in this option.

Another way is using the SAFE App Launcher. This is different from a browser or a native (.exe) file. This will probably use JAVA-code. A peek inside can be found here:

So, a lot of different options.

3 Likes