Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neonxp/geezer
Geezer is Feathers like SOA framework
https://github.com/neonxp/geezer
Last synced: about 1 month ago
JSON representation
Geezer is Feathers like SOA framework
- Host: GitHub
- URL: https://github.com/neonxp/geezer
- Owner: neonxp
- Created: 2022-02-06T19:32:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T23:15:16.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T11:45:37.849Z (7 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geezer framework
Geezer is Feathers like SOA framework.
## Current status
- [x] Service
- [x] Hooks
- [x] JSON/Text renderers
- [ ] Authorization service
- [ ] DB CRUD service
- [ ] Documentation## Usage
TODO.
See example:
1. Example service: https://github.com/neonxp/geezer-example/blob/master/services/hello/service.go
2. Example hooks: https://github.com/neonxp/geezer-example/blob/master/services/hello/hooks.go
3. Register service: https://github.com/neonxp/geezer-example/blob/master/cmd/app/main.go#L27
4. Register hooks: https://github.com/neonxp/geezer-example/blob/master/cmd/app/main.go#L26