C
C#7mo ago
Balu

Desktop apps with web tech not Blazor?

Hey, if you want to develop cross platform applications using html css and js (React or Vue etc.) and you dont want to use Blazor, what is the best option?
4 Replies
Angius
Angius7mo ago
Electron or Tauri, then
Balu
Balu7mo ago
Sure but Tauri needs Rust for backend as far as I know, I would like to use .NET/C#
Buddy
Buddy7mo ago
CefSharp I guess
Balu
Balu7mo ago
I will take a look thank you!