diff options
| author | Adam Kocoloski <adam@cloudant.com> | 2010-08-18 14:22:46 -0400 |
|---|---|---|
| committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-18 14:22:46 -0400 |
| commit | 89affb0a7cb9769641ed2cdd45544b26748ca93e (patch) | |
| tree | 9e73f3920f815f5a9ee92928448cff633d7ab710 /apps/chttpd/README.md | |
| parent | 80a42af43128e6750407952938d722a3ce4c1c99 (diff) | |
| parent | e1dda6bc6219d7ac33ea75d56b9c02f5063b4787 (diff) | |
Add 'apps/chttpd/' from commit 'e1dda6bc6219d7ac33ea75d56b9c02f5063b4787'
git-subtree-dir: apps/chttpd
git-subtree-mainline: 80a42af43128e6750407952938d722a3ce4c1c99
git-subtree-split: e1dda6bc6219d7ac33ea75d56b9c02f5063b4787
Diffstat (limited to 'apps/chttpd/README.md')
| -rw-r--r-- | apps/chttpd/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/chttpd/README.md b/apps/chttpd/README.md new file mode 100644 index 00000000..176f39c1 --- /dev/null +++ b/apps/chttpd/README.md @@ -0,0 +1,23 @@ +## chttpd + +chttpd is a cluster-aware http layer for [CouchDB][1]. It is used in [cloudant-core][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/cloudant-core +[3]: http://www.apache.org/licenses/LICENSE-2.0.html +[4]: http://cloudant.com +[5]: mailto:info@cloudant.com |
