0

Is it a good idea to create a webservice between my app and a database? I use a lot of database stuff within my app - so what do you think? In a later version of my app I want to let partner connect to my service to insert something like user ratings etc.

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Jan
  • 41
  • 6

1 Answers1

-1

It is a good idea to make one because it helps make your app very secure. Moreover, it also reduces the connection load to the database. When you have your web service, it can keep the connection running.

I was going to write a long description oh why you need to use web service but found someone else already answered it for you in detail: Follow this

Sujil Maharjan
  • 1,307
  • 10
  • 12