For example, I have application with server and client, is it possible to create single Flatpak app called myapp, and after installing the application with:
flatpak install myapp
running it with something like:
flatpak run myapp.server
flatpak run myapp.client
And if it is possible can you show me please how to do it? Or I have only option of creating separate applications for server and client?