Microapp
A Micro-app is a super-specialized application designed to perform one task or use case with the only objective of doing it well. They follow the single responsibility principle, which states that "a class should have one and only one reason to change." Micro applications help developers create less complex applications while reducing costs by breaking down monolithic systems into groups of independent services acting as one system. A good example of Microapps would be that provide single purpose action from Salesforce and over 40 applications on its workspace.
Requirements and characteristics
Micro apps usually are accessible on any device, display, or operating systemwithout installation on the viewer's device. To qualify as a micro app, the entity must:
- be built and deployed as an independent software module
- bring together various media types into a single experience
- have advanced security and compliance features
- be functionally-extensible
- comply with granular data demands
- be agnostic
- single use case oriented
Usage
Micro apps are typically used for commercial purposes to reduce development costs for projects not requiring the large scope of a traditional web or mobile application. In addition, they are often used to showcase in-depth information or enrich marketing material with interactivity. Lately, micro apps are being used to boost productivity by providing quick tools to people to reuse best practices.Users have been interacting with micro apps for a while with suites like Office365 and Google Workspace, where each one of their end-user services could be considered as a micro-app. All these micro apps share a unique identity manager to provide a unified user experience.
Benefits
Replacing monolith systems with micro apps provide several advantages like:- Reduce complexity for developers and users.
- Smaller, more cohesive, and maintainable codebases
- Scalable organizations with decoupled, autonomous teams
- Allows for hyper-specialization
- Independent deployment
- Multi-stack
Cloud-native micro apps
Micro apps vs. Microservices
There is a widespread misunderstanding between these two concepts, which is the key difference. Microservices is an architectural style that is systems-centric, meaning it decouples the presentation and data layer using web services APIs. On the other side, micro apps behave more as a super-architecture style, and it is user-centric, meaning they decouple the whole monolith system onto modules that are designed to interact with final users.Both architectural styles rely on modularity to provide high performance, scalability, and resilience.
Considerations
Developing Micro apps requires a different approach than traditional software, and user experience is crucial. The following considerations are essential for switching to micro-apps.- To run multiple micro-apps is required a single identity management system.
- Microservices are well suited to make micro-apps more powerful
- Apps with different levels of maturity might create a non-unified user experience.
- Duplication of dependencies can create security issues and inefficiencies.
- Suitable for well-organized teams