I have iOS
and android
application already developed. I just want to add offline support on both platforms but I want to write business logic at once for both platform weather it will be written in NodeJs
, Js
or any other language that communicates with the local database as well.
Is that possible to implement such functionality? if possible then how? which language is most preferable for such situation?
Any tutorial, reference link will be appreciate.
Thanks