PowerServer

The PowerBuilder CloudPro edition support a specialized project type known as the PowerServer project, which allows developers to deploy PowerBuilder projects as installable cloud apps. This innovative approach enables seamless installation on desktops, with all database operations occurring in the cloud, enhancing accessibility and user experience.

PowerServer leverages a REST API architecture, ensuring that nearly all PowerBuilder features are supported without the constraints of a web browser. Applications are initially installed via a web URL, after which they function independently, utilizing standard REST/JSON for secure communication.

This innovative approach not only facilitates cross-platform deployment with .NET Core but also simplifies application management through granular file structures, enabling incremental updates based on user interaction. With minimal code changes required, PowerServer provides a streamlined path for transforming existing client/server applications into modern cloud-based solutions, thus empowering developers to leverage the full potential of web application development.