Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
So far, there are no normal bindings and gui implementations for Go. And it's unlikely to be. Niche Go - network services. Want desktop cross-platform GUIs - Qt.
Go doesn't provide as much support for GUI applications as, for example, C# does.
You go through a dozen inconvenient libraries - and you stop at one. As a rule, these are bindings for Qt, GTK, WinAPI, etc.
Web applications are made for the browser, Go is not at all involved here. Well, except for GopherJS.
Go provides backend support for a web application. The application itself is implemented in JavaScript (and its relatives - TypeScript, Dart, etc.)
Go is developing as a language for services.
Here for backends - a bunch of everything.
Well, writing a frontend or desktop face on Go is not the best choice.
Backend for desktop or web - yes. But not a face for the desktop, the web.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question