I just got a question whether it is possible on Android to have a central Couchbase Lite instance that holds the data and then independent apps that access it. For example with using the Android LiteServ (having access through HTTP would be good enough).
For whatever it's worth the Thali project (https://thali.codeplex.com) is using CBL for Java as a server and we do open it up on the net. But we had to put in our own security infrastructure (including mutual SSL auth and an ACL validation mechanism) and we certainly don't think it's ready for public use. In particular the HTTP stack it uses, TJWS, really makes me nervous. It's an ancient code base that is built with a custom tool and doesn't seem to get all that much love. My guess is that at some point we'll have to swap TJWS out with something a bit more robust like the Apache Listener.
My hope is to eventually get these changes put into the mainline couchbase rather than our custom forks.
Yaron
On 06/03/2014 06:51 PM, Jens Alfke wrote:
--
You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchbase+unsubscribe@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/538F1F41.2020304%40gmail.com.