Learn how to build a simple desktop app with Go and HTML5. This tutorial will show you how to use the Go programming language to create a cross-platform app that uses HTML5 for its UI.
I’ll show how to quickly build a simple desktop app with Go+HTML5, that doesn’t look like it’s from the 90s, neither it feels bloated like Electron. User interfaces have come a long way from punch cards and command line to post-WIMP era with touch screens and voice input. Modern UI is expected to be fast, responsive and smooth, with high-quality typefaces, rich images, animations, accessibility.
#go #web-development #html #html5 #golang