An open API service indexing awesome lists of open source software.

https://github.com/gomatic/servicer

Microservices library
https://github.com/gomatic/servicer

Last synced: about 1 year ago
JSON representation

Microservices library

Awesome Lists containing this project

README

          

# servicer

A tiny framework for launching various components of micro-service based application.

[![reportcard](https://goreportcard.com/badge/github.com/gomatic/servicer)](https://goreportcard.com/report/github.com/gomatic/servicer)
[![build](https://travis-ci.org/gomatic/servicer.svg?branch=master)](https://travis-ci.org/gomatic/servicer)
[![godoc](https://godoc.org/github.com/gomatic/servicer?status.svg)](https://godoc.org/github.com/gomatic/servicer)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](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)