Using Couchbase Lite with Web Application

We are planning to use Couchbase Lite with a Web Application.

Would like to know if we need to install Couchbase Lite on all the machines that are trying to use this Web App? or how we need to make Couchbase Lite available on the client machine.

Regards

I suppose that will depend a lot on your application…

I think that, typically, Web Apps tend to be fairly thin and that they tend to depend on a backend DB. If that is how you expect your app to work, then “no: you will only need to install CouchbaseLite at the server.”

If you plan an “offline first” app, then you will also put the CouchbaseLite library into the client apps.