{"id":18403713,"url":"https://github.com/russellluo/appx","last_synced_at":"2025-04-07T07:32:46.297Z","repository":{"id":57534597,"uuid":"282443469","full_name":"RussellLuo/appx","owner":"RussellLuo","description":"An application framework that makes it easy to build pluggable and reusable applications.","archived":false,"fork":false,"pushed_at":"2024-09-07T02:30:58.000Z","size":82,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T14:41:29.282Z","etag":null,"topics":["golang","pluggable-modules"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/mod/github.com/RussellLuo/appx","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RussellLuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-25T12:52:43.000Z","updated_at":"2024-09-07T02:31:01.000Z","dependencies_parsed_at":"2024-06-21T20:20:00.810Z","dependency_job_id":"8deedd70-a77e-4406-ae67-f35d8806fc10","html_url":"https://github.com/RussellLuo/appx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fappx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fappx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fappx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RussellLuo%2Fappx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RussellLuo","download_url":"https://codeload.github.com/RussellLuo/appx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247612514,"owners_count":20966768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","pluggable-modules"],"created_at":"2024-11-06T02:48:00.008Z","updated_at":"2025-04-07T07:32:44.726Z","avatar_url":"https://github.com/RussellLuo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# appx\n\nAn application framework that makes it easy to build pluggable and reusable applications.\n\n\n## Installation\n\n```bash\n$ go get -u github.com/RussellLuo/appx\n```\n\n\n## Application Lifecycle\n\nSimple Application:\n\n```\n            +-------+                   +-------+\n(BEGIN) --\u003e | Init  | --\u003e (WORKING) --\u003e | Clean | --\u003e (END)\n            +-------+                   +-------+\n```\n\nRunnable Application:\n\n```\n            +-------+     +-------+                   +-------+     +-------+\n(BEGIN) --\u003e | Init  | --\u003e | Start | --\u003e (RUNNING) --\u003e | Stop  | --\u003e | Clean | --\u003e (END)\n            +-------+     +-------+                   +-------+     +-------+\n```\n\n## Examples\n\n- [Basic usage](example_test.go)\n- [HTTP applications][1]\n- [HTTP applications][2] ([Gin][3]-based)\n- [CRON applications][4]\n\n\n## Documentation\n\nCheckout the [Godoc][5].\n\n\n## License\n\n[MIT](LICENSE)\n\n\n[1]: https://github.com/RussellLuo/kok/blob/master/pkg/appx/httpapp/example_test.go\n[2]: https://gist.github.com/RussellLuo/5e706323e215bd8cb840cb7ae6aabae7\n[3]: https://github.com/gin-gonic/gin\n[4]: https://github.com/RussellLuo/kok/blob/master/pkg/appx/cronapp/example_test.go\n[5]: https://pkg.go.dev/mod/github.com/RussellLuo/appx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellluo%2Fappx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frussellluo%2Fappx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellluo%2Fappx/lists"}