Ionic official synchronization

Asked

Viewed 218 times

0

Good Afternoon to you... I need to develop an Ionic app that is offline (pouchDB) and when I had local network connection in my case (wifi) make the integration with the server that in my case would be a central tablet and the other tablets would communicate with it as far as I know there is the couchDB plus it is used in server and in my case the server would be a tablet how to do this? how to install couchDB on a tablet? or there are other ways?

  • Cara doesn’t seem like a good idea to use a tablet as a server

  • It is that has an application called praticScore that it does it... has the local network that is a wifi antenna.... has the tablet master and the others release results and this master sees in real time... without having internet just by being connected to local network.. I don’t know if I made myself clear

  • Anyway, there is no way to run the couchDB on the tablet, at least the software is not compatible, what you could do is send it to this tablet(master) and send it to some server(PC) with the couchDB. But this also would not be a good idea, the ideal was you have a server (PC) and send the data of the devices pro same, you could work with profiles to display everything in this tablet center and the others would have another profile

  • plus the pouchDB synchronizes with a couchDB bank that both are JSON will the pouchDB does not work with another JSON database?

  • Yes, but you need a compatible OS to install couchDB, in case Android is not compatible. What you can do if you want to follow this template is not to use pouchDB, instead use Sqlite and implement synchronization yourself at hand.

  • more like tablets would talk.. How would you access the localhost of this master tablet?

  • You would point out the requests for his ip

  • and how I would take this data ?

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.