Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remogatto/application
An application infrastructure for Go programs
https://github.com/remogatto/application
Last synced: 2 months ago
JSON representation
An application infrastructure for Go programs
- Host: GitHub
- URL: https://github.com/remogatto/application
- Owner: remogatto
- License: mit
- Created: 2012-12-24T23:24:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T15:27:34.000Z (about 11 years ago)
- Last Synced: 2023-08-11T22:57:19.866Z (over 1 year ago)
- Language: Go
- Size: 124 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's that?
application is a Go package that implements an application
infrastructure.An application is seen as a set of loops, each running on a separate
goroutines. The package provides a way to supervise the lifecycle of
these loops.# Usage
For an usage example see [here](example/).
# Install
go install https://github.com/remogatto/application# License
See [LICENSE](LICENSE).