Adding tutorial - application using internal DB and sync with external REST DB
I've been searching for this too long
i think its time to think about this
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I've been searching for this too long
i think its time to think about this
Thanks for the idea..we'll work on something.
Adi great idea especially if you would take a Ruby on Rails backend.
We will get the word out in the RoR community to use Tiggzi !!
As long as a service is exposed via REST API, you can easily use it when building an app in Tiggzi. Most of our tutorials show how to use REST services. The concepts are identical when using any 3rd party REST service.
How would one sync folders using a rest api, or upload from a local folder then delete the file locally once upload ? Would there be a problem uploading big files using REST (time outs from the web side etc) ?
Thanks
David
The actual sync would need to be coded by you. It depends on requirements and implementation.
Uploading files shouldn't be a problem.