Synchronizing local parse server to cloud parse server

亡梦爱人 提交于 2019-12-12 02:36:21

问题


Here is my situation i have a local parse server to which all my client devices are primarily connected due to the lack of consistent internet resource availability. I intend to have a cloud hosted parse server to which the local parse can data sync with (pull and push) whenever there is availability of internet resources which may be periodic . How can that be achieved ? The idea is to sync data between both parse servrr instances


回答1:


You know that parse-server by itself does not save your data. What am sure you are trying to refer to is your database.

The best way to go is to export and import your mongo data as needed from your remote db source to your remote data source when you have internet connectivity.

You may also try ngrok.com for temporary network tunneling if that is what you need



来源:https://stackoverflow.com/questions/39134664/synchronizing-local-parse-server-to-cloud-parse-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!