Skip to content

ego008/gowut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Welcome!

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 site is for the Gowut source code and download hosting and for issue tracking.

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

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 Gowut!

About

Go Web UI Toolkit - Public Releases

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%