Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Mar 6, 2016
1 parent 8365166 commit 626a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,6 +5,6 @@ Microservice framework with powerful service discovery using [Consul](https://ww

[![Build Status](https://travis-ci.org/microphonejs/microphone-core.svg?branch=master)](https://travis-ci.org/microphonejs/microphone-core) [![Coverage Status](https://coveralls.io/repos/github/microphonejs/microphone-core/badge.svg?branch=master)](https://coveralls.io/github/microphonejs/microphone-core?branch=master)

> Just develop your app using your favorite framework Express, Hapi, Restify etc then **Microphone.js** takes care of the rest. It starts application on available port registers application to **[Consul](https://www.consul.io/)** or **[ETCD](https://coreos.com/etcd/)** and starts **_reaper_** that polls for critical instances and deregister them. Also, **microphone.js** provides **/status** endpoint for [Consul Health Checks](https://www.consul.io/intro/getting-started/checks.html). Also, **microphone.js** provides client to select random instance to communicate.
> Just develop your app using your favorite framework Express, Hapi, Restify etc then **Microphone.js** takes care of the rest. It starts application on available port registers application to **[Consul](https://www.consul.io/)** or **[ETCD](https://coreos.com/etcd/)** and starts **_reaper_** that polls for critical instances and deregister them. **microphone.js** provides **/status** endpoint for [Consul Health Checks](https://www.consul.io/intro/getting-started/checks.html). Also, it provides client to select random instance to communicate.
![](https://raw.githubusercontent.com/microphonejs/microphone-core/master/misc/microphone-consul-fabio.png)

0 comments on commit 626a911

Please sign in to comment.