How to use the Server version code in Cloud App development?

Our company developed the app for server and datacenter version, and now we want to develop it to Cloud version.
from our research, since cloud is web, we should start the development from the beginning not using server version development output.
Is there anyway I can use server version app output to cloud version development to save the time and the energy?
Please kindly let me know the way.
Thanks!

Hi @SuhyunKang,
The frameworks for developing server/datacenter and cloud apps are quite different. The only thing that comes to mind is the extraction of business logic into a library that might be shared between your apps.
Regards,
Dugald

2 Likes

Here’s an old blog from the Automation for Jira team that explain how they built their Server/Cloud app: https://blog.codebarrel.io/developing-a-jira-add-on-like-its-2016-575b6f77b3b6

2 Likes