Best Service or API for entering a Database with mobile and Desktop PC -


users,

as developing kind of software architecture, want ask you, might best interface enter data stored in relational or nosql database via mobile , desktop-pc browser.

the thing why asking is, there shall unique way enter data mobile applications, browser apps or desktop apps. whats best use there?

web-service? rest-api?

thanks :)

i think hit nail on head. rest api great way write data database both mobile , desktop applications.

for desktop have many options, on mobile front, comes down 2 choices reading/writing:

  1. an embedded database
  2. a web service

even though there options sync/replicate data on mobile device embedded, option 2 easier.


Comments