Is developing a backend for a mobile application costly?


4

I'm developing mobile apps for a time and I feel I'm spending nearly 50% of my time for backend development, choosing the technology, etc.

Now I have a new idea for a mobile startup. I want to prototype it quickly.

Is using a cloud backend service like Parse and Kinvey viable, so I can focus on what matters most - which is the application itself?

Saas Mobile Cloud Mobile Apps

asked Apr 21 '12 at 04:25
Blank
Newth
23 points

3 Answers


1

Great question and good point about focusing on the app itself. There are more and more BAAS companies every day, and it might be a good idea to consider them, although I haven't looked into their prices.

On the other hand, if you want to prototype fast, and cheap in the same time, why don't you just forget about the scalability issues of your backend altogether? After all, prototyping is all about iterating, with minimal server load. Any cheap (or even free) LAMP server will do. Write minimal throwaway backend code, and finalize when getting close to market fit.

The quality of your backend will be very important later on, but while prototyping, I don't see a reason why wouldn't you get away with a simple default php-mysql setup. For many usecases, even a textfile will do as database in the early days. :)

That said, I'm not a professional developer, so I might have overlooked some aspects here.

answered Apr 22 '12 at 05:33
Blank
Mihaly Borbely
715 points

1

Using Parse or Cloudmine is perfectly viable, and does indeed allow you to focus on the product rather than a complex backend. In many situations, such a flexible solution might actually be preferable to creating a backend that may need to change significantly as the product changes during it's early stages.

answered Apr 28 '12 at 07:14
Blank
Nick Stevens
4,436 points

0

I think it would be roughly the same price as developing a backend for a regular web application.

I made a mobile app before which used a backend server and db. It was identical to a regular web application.

Best,
Alex

answered Apr 22 '12 at 00:15
Blank
Genadinik
1,821 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Saas Mobile Cloud Mobile Apps