DEV Community

Discussion on: Building scalable Flutter apps (Architecture, Styling, Conventions, State management)

Collapse
 
miachrist profile image
Mia Christ

This idea sounds very interesting. A scalable infrastructure is basically an environment that provides top-notch features to your users without compromising on speed and security. It doesn't matter how millions or billions of users your app is faciliating. It confers all of features without any downtime.

You should also read this post blog.back4app.com/mobile-app-infra... that tells about how you can build a scalable infrastrcuture and what's its definition. The main components that should be perfect and scalable in this regard are:

  • APIs
  • Database Servers
  • SDKs
  • CDN
  • Object Storage and much more.
Collapse
 
noureldinshobier profile image
Nour El-Din Shobier

Thanks a lot @miachrist for this informative article, really appreciated 😍🙏