Skip to content

Commit 3f4c509

Browse files
committed
Remove cuteness to make README make sense on mobile.
1 parent bd25f49 commit 3f4c509

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Doorman
22

3-
*Got a party? Want your guests to behave? You need a Doorman!*
4-
53
[![Build Status](https://travis-ci.org/youtube/doorman.png?branch=master)](https://travis-ci.org/youtube/doorman)
64

7-
Doorman is a solution for Global Distributed Client Side Rate Limiting. Clients that talk to a shared resource (such as a database, a gRPC service, a RESTful API, or whatever) can use Doorman to voluntarily limit their use (usually in requests per second) of the resource.
8-
9-
Doorman is written in Go and uses [gRPC](http://www.grpc.io/) as its communication protocol. For some high-availability features it needs a [distributed lock manager](https://en.wikipedia.org/wiki/Distributed_lock_manager).
5+
Doorman is a solution for Global Distributed Client Side Rate Limiting. Clients that talk to a shared resource (such as a database, a gRPC service, a RESTful API, or whatever) can use Doorman to voluntarily limit their use (usually in requests per second) of the resource. Doorman is written in Go and uses [gRPC](http://www.grpc.io/) as its communication protocol. For some high-availability features it needs a [distributed lock manager](https://en.wikipedia.org/wiki/Distributed_lock_manager).
106
We currently support [etcd](https://github.com/coreos/etcd), but it should be relatively simple to make it use [Zookeeper](https://zookeeper.apache.org/) instead.
117

128
## Getting started

0 commit comments

Comments
 (0)