feedhenry / fh-sync-js

Javascript implementation of the Feedhenry Data Synchronisation Client for browsers. To be used in conjunction with the FeedHenry Data Synchronisation Server.
http://feedhenry.org
Apache License 2.0
4 stars 15 forks source link

Extend and test fh-sync-js example #5

Open wtrocki opened 7 years ago

damienomurchu commented 7 years ago

started a little work on this in pr here - https://github.com/feedhenry/fh-sync-js/pull/10

mainly looking at:

@wtrocki let me know what you think

wtrocki commented 7 years ago

@damienomurchu are you working on this ticket? Assigned you.

As we agreed let's move example apps out of the js and sync librarries and keep them as separate repository. We may also get some getting started guide etc.

damienomurchu commented 7 years ago

@wtrocki working on this, should have assigned it to myself, thanks :)

re: example apps, think the client & server example code should be in the same repo, but that would mean putting the same code in both the fh-sync and fh-sync-js repos which raises the question - are we better off with one repo that would have fh-sync & all the client-adapter libs, ie fh-sync-js and the future fh-sync-ios & fh-sync-android?