I want to send some data:Database ==> server ==> app
I don't know what type of communication to use.Restful api ? Tcp ? or just get request ?App will get the data and display it in form of individual posts.
I want to send some data:Database ==> server ==> app
I don't know what type of communication to use.Restful api ? Tcp ? or just get request ?App will get the data and display it in form of individual posts.