Lorca
Build cross-platform modern desktop apps in Go + HTML5
Lorca is a compact Go library for building cross-platform desktop applications with HTML, CSS, and JavaScript interfaces. Instead of bundling a browser engine, it connects to an installed Chrome or Chromium instance through its debugging protocol. Go functions can be exposed to JavaScript, while Go code can evaluate scripts and control the web interface. Communication works asynchronously through promises and goroutines, allowing long-running backend tasks without blocking the UI. ...