gowut

Go Web UI Toolkit - Public Releases and Development

  • Owner: icza/gowut
  • Platform:
  • License:: GNU General Public License v3.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Welcome!

GoDoc Build Status Go Report Card

Gowut (Go Web UI Toolkit) is a full-featured, easy to use, platform independent Web UI Toolkit written in pure Go, no platform dependent native code is linked or called.

For documentation please visit the Gowut Wiki.

Development takes place in the dev branch.

Quick install

To quickly install (or update to) the latest version, type:

go get -u github.com/icza/gowut/...

Quick test

To quickly test it and see it in action, run the following example applications.

Let's assume you're in the root of the Gowut project:

cd $GOPATH/src/github.com/icza/gowut

1. Showcase of Features.

This one auto-opens itself in your default browser.

go run _examples/showcase/showcase.go

The Showcase of Features is also available live: https://gowut-demo.herokuapp.com/show

2. A single window example.

This one auto-opens itself in your default browser.

go run _examples/simple/simple_demo.go

And this is how it looks:

Full App Screenshot

3. Login window example with session management.

Change directory so that the demo can read the test cert and key files:

cd _examples/login
go run login_demo.go

Open the page https://localhost:3434/guitest/ in your browser to see it.

Godoc of Gowut

You can read the godoc of Gowut online here:

http://godoc.org/github.com/icza/gowut/gwu

+1 / Star Gowut!

Main metrics

Overview
Name With Ownericza/gowut
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:GNU General Public License v3.0
所有者活动
Created At2015-03-16 10:12:27
Pushed At2022-08-12 13:33:40
Last Commit At2022-08-12 15:33:40
Release Count13
Last Release Namev1.4.0 (Posted on 2018-10-02 23:11:33)
First Release Namev0.6.0 (Posted on )
用户参与
Stargazers Count302
Watchers Count24
Fork Count35
Commits Count101
Has Issues Enabled
Issues Count45
Issue Open Count16
Pull Requests Count5
Pull Requests Open Count1
Pull Requests Close Count6
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private