|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (3)
View Page Historyh1. Developing for Couchbase
Couchbase has a number of official client libraries for development. In addition, Couchbase Server is protocol compatible with memcached, so you may use any number of existing client libraries against the server.
Couchbase has a number of official client libraries for development. In addition, Couchbase Server is protocol compatible with memcached, so you may use any number of existing client libraries against the server.
h12. Client Libraries
* [.NET|http://www.couchbase.com/develop/net/current]
* [Java|http://www.couchbase.com/develop/java/current]
* [Java|http://www.couchbase.com/develop/java/current]
If you want to develop your own Couchbase clients, see [Developing Couchbase Clients|http://www.couchbase.org/docs/couchbase-manual-1.8/couchbase-client-development.html]
h1. Developing Couchbase Server
If you're interested in contributing to Couchbase Server or understanding how it works, please look at the [repositories and architecture|couchbase:Architecture and Source Repositories] or [contributing changes|couchbase:Contributing Changes].
h2. Protocol Additions
Couchbase Server has some unique operations.
* [couchbase:TAP Protocol]