zserge / lorca

Build cross-platform modern desktop apps in Go + HTML5
MIT License
8.04k stars 535 forks source link

lorca vs webview vs electron #4

Closed pjebs closed 6 years ago

pjebs commented 6 years ago

I was wondering how this project differed from your webview and also electron.

Perhaps you can have a table on the README

pjebs commented 6 years ago

Based on readme, the webview project seems to be better in every way. Am I misunderstanding something?

ww9 commented 6 years ago

I'd say lorca offers better trade-offs in general.

Lorca doesn't require cgo and makes communication between go and js simpler.

zserge commented 6 years ago

My goal is to keep Webview and Lorca very similar to each other in terms of API, ideally - compatible. So that users could start with Lorca to prototype the app, and if they see that they need more native features (window menus, better OS integration) - they could change it to Webview with little pain.

I'll close the issue, if you don't mind. But if you have any further questions - feel free to ask here.

hasanAjsf commented 3 years ago

Any update on this thread!