Add docs for handlers, app handler
This commit is contained in:
parent
6b110e567a
commit
4a7729a702
13 changed files with 153 additions and 14 deletions
|
@ -2,7 +2,12 @@
|
|||
WuttJamaican
|
||||
============
|
||||
|
||||
This package provides a "base layer" for custom apps.
|
||||
This package provides a "base layer" for custom apps, regardless of
|
||||
environment/platform:
|
||||
|
||||
* console
|
||||
* web
|
||||
* GUI
|
||||
|
||||
It mostly is a distillation of certain patterns developed within the
|
||||
`Rattail Project`_, which are deemed generally useful. (At least,
|
||||
|
@ -24,6 +29,7 @@ Features
|
|||
* flexible configuration, using config files and/or DB settings table
|
||||
* flexible command line interface, with arbitrary top-level and
|
||||
subcommands
|
||||
* flexible architecture, abstracting various portions of the overall app
|
||||
|
||||
|
||||
Contents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue