converge/pkg/server/ui/doc.go
Erik Brakkee 2c42f89547 moved all ui stuff to the ui package.
The structure of converge server is now much more clear in the package
// structure below pkg/server.
2024-08-17 10:37:20 +02:00

7 lines
367 B
Go

// This provides the user interface consisting of a number of an information page,
// a downloads page, an interfactive usage page and a sessions page.
// The usage page uses HTMX to get updated CLI examples based on the user's input.
// The sessions page uses HTMX with a websocket so that the server can push the live
// status of the server to clients.
package ui