Application Features
This section describes the features of applications that can be developed and executed with this service.
Feature | Description |
---|---|
SPA (Single Page Application) | Compared to the normal web page that reloads the entire page, the operation is light because only the necessary areas are updated in the client. React is used as the internal framework. The heart of the design will be material design. The application runs in the Node.js environment. |
Authentication | Provides user management and authentication services. Two step authentication (MFA) can be added to ID/password authentication for added security. |
Action | Actions are server-side processes. In addition to normal logic processing, it can invoke database (SQL), file processing, and REST API communication with external parties. |
Mobile (PWA) | Mobile applications can be developed. The concept is the same as for desktop applications, except that the UI editor and some of the available components are different. Mobile applications support operation as web applications and PWAs (Progressive Web Apps). |
Workflow | The basic concept of workflow applications is no different from that of regular applications. The development environment has support functions for creating workflow templates. |
Permission | Permissions (authorization control) for applications, UI screens, and components can be controlled using groups. |
Tips