Skip to content

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

License

Notifications You must be signed in to change notification settings

RussellLuo/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  | --> (WORKING) --> | Clean | --> (END)
            +-------+                   +-------+

Runnable Application:

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

Examples

Documentation

Checkout the Godoc.

License

MIT

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages