bonly / gowut

Go Web UI Toolkit - Public Releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome!

GoDoc

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.

This project is for public releases and for issue tracking of Gowut. Development takes place in the gowut.dev project.

For News, documentation and examples please visit the Gowut Home Page here:

https://sites.google.com/site/gowebuitoolkit/

Quick install

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

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

Quick test

To quickly test it and see it in action, run the following example applications (assuming you're in the root of your GOPATH):

1. Showcase of Features.

This one auto-opens itself in your default browser.

go run src/github.com/icza/gowut/examples/showcase/showcase.go

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

2. A single window example.

This one auto-opens itself in your default browser.

go run src/github.com/icza/gowut/examples/simple/simple_demo.go

3. Login window example with session management.

go run src/github.com/icza/gowut/examples/login/login_demo.go

Open the page http://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!

About

Go Web UI Toolkit - Public Releases


Languages

Language:Go 100.0%