Dexie syncable 可以与 api 服务器一起使用还是直接与数据库一起使用

Can Dexie syncable be used with an api server vs directly with a database

我在您的 website for Dexie.Syncable such as sync-server and sync-client and they all seem to write to a datbase directly vs interacting with a web api. I am looking for a little help in where to get started beyond the examples on the website. The api I am trying to write a gateway for is dreamfactory

上看到了示例项目

另外,似乎第 2 版测试版对 Dexie.Syncable

进行了很多改进

我建议基于 WebSocketSyncServer.js or the github repo of sync-server 构建一个新的服务器项目。但是,我无法提供有关如何调用 REST APIs 而不是直接处理数据库或内存的详细信息。我建议使用 ES2016 async/await 因为你的 API 调用是异步的。

也许您可以尝试通过在 https://github.com/nponiros/sync_server 上提交问题来获得更多帮助。