sync_server
sync_server copied to clipboard
A simple server which can be used to synchronize data from multiple devices
@nponiros So the server seems to boot and work well with the samples included. The only change I had to make so far was in the changes_table.js. I kept getting...
The read.me says: >cleanup changes table -> Can only do that after Dexie.Syncable supports the clear flag Can you provide any more info on this. Is there a Dexie issue...
@nponiros I'm using sync-server with a change to use Websockets instead of http. This is based on the Dexie.js Websocket samples. So far I've only had to replace your server.js...