DEV Community

Discussion on: Turn your website into a Cross-Platform Desktop App with less than 15 lines of code

Collapse
 
thanhlm profile image
Thanh Minh

Oh nice, I haven't heard it before, look promise.
In fact, when building refiapp.vercel.app/ with electron doesn't make me happy with it

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

I believe Tauri is a fork of Golang's webview/webview.

I wrote about alternatives to WebView long time ago.

Currently, I bank on Lorca / Chrome DevTools Protocol, and I regretted it a little...

Thread Thread
 
thanhlm profile image
Thanh Minh

Thanks @patarapolw I did some research on other solution but I think it still missed some API that electron can provide. For eg: Context menu

Thread Thread
 
ruppysuppy profile image
Tapajyoti Bose

Yeah its an interesting project, but its still in development