Couchbase Lite and Electron on Windows

Hi,

We are looking to integrate Couchbase Lite in an Windows Electron app that needs an offline first approach, Would appreciate to learn what would be the best way of doing it.

Thanks in advance for your info!

I’m not aware of any plugins to enable CBL in Electron. It could be implemented the same way as the CBL plugin for PhoneGap, exposing the REST API for use by JS. (This will only work with CBL 1.x; version 2.0 doesn’t have a REST API.)