summaryrefslogtreecommitdiff
path: root/apps/chttpd/README.md
blob: 4b42264de238c52c856a9381835a41ac0e5d01a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## chttpd

chttpd is a cluster-aware http layer for [CouchDB][1].  It is used in [cloudant-dbcore][2] as the http front-end.

### Getting Started
Dependencies:
 * Erlang R13B-03 (or higher)

Build with rebar:
    make

### License
[Apache 2.0][3]

### Contact
 * [http://cloudant.com][4]
 * [info@cloudant.com][5]

[1]: http://couchdb.apache.org
[2]: http://github.com/cloudant/dbcore
[3]: http://www.apache.org/licenses/LICENSE-2.0.html
[4]: http://cloudant.com
[5]: mailto:info@cloudant.com