Composer Pro as a platform enables you to build apps on multiple platforms such as iOS, Android and web browsers. Most apps need some way to store data when the app is not running. The data can be stored on the device itself or in an external backend, accessible over the Internet.
A common architecture for internet services is a frontend - backend model, in which an app acts as the frontend handling user interactions, while a backend stores and processes data.