8000 GitHub - suexcxine/appx: An application framework that makes it easy to build pluggable and reusable applications.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

suexcxine/appx

 
 

Repository files navigation

appx

An application framework that makes it easy to build pluggable and reusable applications.

Installation

$ go get -u github.com/RussellLuo/appx

Application Lifecycle

Simple Application:

            +-------+     +-------+
(BEGIN) --> | Init  | --> | Clean | --> (END)
            +-------+     +-------+

Runnable Application:

            +-------+     +-------+     +-------+     +-------+
(BEGIN) --> | Init  | --> | Start | --> | Stop  | --> | Clean | --> (END)
            +-------+     +-------+     +-------+     +-------+

Examples

Documentation

Checkout the Godoc.

License

MIT

About

An application framework that makes it easy to build pluggable and reusable applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0