📄️ Manifest and lifecycle
A Corvina application is a software that is not part of Corvina codebase but that can show something inside Corvina as if it were part of our platform. Every web application can be a Corvina application!
📄️ Authorization and Integration
This chapter provides a comprehensive guide on how to integrate your application with Corvina, covering both frontend and backend aspects. You'll learn how to handle authentication, manage API calls, and utilize Corvina's tools and libraries to streamline the integration process.
📄️ Application hooks
Application hooks are a way to extend the functionality of the Corvina platform. They are a way to embed some part of your application logic into the Corvina platform. This way, you can extend the platform with your own logic.
📄️ Application upgrade
Almost all changes you make to your app will be to code inside your app's web app. For example, tweaking the look of a web panel, adding a configuration option, or catching a previously unhandled exception can all be done by writing and deploying new code to your servers. Users see these changes as soon as you update your web app. It's your cloud app!
📄️ Code sample
Create Corvina App