https://github.com/gomatic/servicer
Microservices library
https://github.com/gomatic/servicer
Last synced: about 1 year ago
JSON representation
Microservices library
- Host: GitHub
- URL: https://github.com/gomatic/servicer
- Owner: gomatic
- License: gpl-3.0
- Created: 2017-01-20T00:41:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T00:48:09.000Z (about 9 years ago)
- Last Synced: 2025-03-25T07:01:58.114Z (over 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# servicer
A tiny framework for launching various components of micro-service based application.
[](https://goreportcard.com/report/github.com/gomatic/servicer)
[](https://travis-ci.org/gomatic/servicer)
[](https://godoc.org/github.com/gomatic/servicer)
[](http://www.gnu.org/licenses/gpl-3.0)
# example
See [gomatic/service-example](//github.com/gomatic/service-example) and [gomatic/gateway](//github.com/gomatic/gateway)