Is it Possible to build a Flight Booking or Bus Ticket Booking App in AppGyver?

Hello, Is it Possible to build a Flight Booking or Bus Ticket Booking App that can serve between 10-50 million users in AppGyver?

Hey Koyela,

from my pov, rolling an app out to such a large amount of users does not really depend on AppGyver, but rather on:

  1. Your backend: 10-50 Mio users means you need to have an extremely well-scaling solution here
  2. Testing: Users will probably come with all kinds of devices. Depending on which features you use (e.g. GPS), you may need lots of testing on different device

Hope this helps,
Jo

1 Like

Thanks @Johannes, What i am asking is that can AppGyver as a tool give me the ability to scale at that level?

Yes, but an application has both a frontend and a backend. You’ll need a codeless backend provider for what you are trying to build, so appgyver + backendless, or appgyver + xano. You can build out the UI and frontend logic with appgyver, then use xano or backendless to handle the server side.

Thanks @Symmetric_Dynamite, your response have been very informative…