top | item 41786060

(no title)

c1b | 1 year ago

What is this for exactly? Go should be used serverside, and Qt looks like its for UIs on embedded devices?

discuss

order

Rochus|1 year ago

Qt is a large framework and also includes e.g. a large network module which supported async event based communication long before there was Go. But it's unlikely that a Go application uses this, because Go has its own network library and even native language support for asynchronous communication (buffered channels). But Qt also has cross-platform user interface features even with 3D and OpenGl support, which might be useful for people using Go on the desktop.