Twister is an HTTP server for the Go programming language.
Twister is a work in progress.
- twister/web - Defines the application interface to a server and includes functionality used by most web applications.
- twister/server - An HTTP server impelemented in Go.
- twister/example - An example application.
- Install Go.
goinstall github.com/garyburd/twister/web
goinstall github.com/garyburd/twister/server
Twister was written by Gary Burd. The name "Twister" was inspired by Tornado.