Just wondering if Couchbase Lite has same API as Couchbase Server?

I used nodejs to access couch base.

I also use Mongodb. There is a light version http://www.tingodb.com almost has same api as Mongodb. Tingodb is for the low memory use.

Just wonder if Couchbase lite has same nodejs api as Couchbase, especially on ubuntu and os x?

Best Regards

Z Wang

Couchbase Lite does not run on NodeJS, unless someone has made a wrapper for it that Iā€™m not aware of. There are three versions that can potentially run on OS X, and 2 that can run on Ubuntu. They are as follows:

OS X
Objective-C version
Java version (possibly, unsure)
.NET version

Ubuntu
Java version
.NET version

1 Like