Post 9fw7tYI6fm6dN5APqa by go@mastodon.wrk.ru
 (DIR) More posts by go@mastodon.wrk.ru
 (DIR) Post #9fw7tYI6fm6dN5APqa by go@mastodon.wrk.ru
       2019-02-17T20:09:47Z
       
       0 likes, 1 repeats
       
       A very small library to build modern HTML5 desktop apps in Go. It uses Chrome browser as a UI layer. Unlike Electron it doesn't bundle Chrome into the app package, but rather reuses the one that is already installed. Lorca establishes a connection to the browser window and allows calling Go code from the UI and manipulating UI from Go in a seamless manner#golanghttps://github.com/zserge/lorca/blob/master/README.md by @inhosin