Can Couchbase Lite be used in windows background services?

Hi All,

I want to use Couchbase Lite version in a background service running on windows (uwp) and I want to sync data with sync getway. However, in every article I read, the statements that “Couchbase Lite is designed to be used in mobile applications” come up. In this case, can’t I use couchbase lite in the background service I want to develop? or is it not compatible?

thanks.

You can choose Couchbase.Lite (NetDesktop) to develop Windows service and Web service.

Thank you very much Sandy