is there any way we can create ionic app as server and client in the same time. I want to create apps that can behave as server and client in the same time
Servers generally interact with the world via a faceless protocol such as HTTP. They do not have user interfaces. Ionic is primarily designed for making apps that have user interfaces. Additionally, the entire point of the client/server paradigm is that those two functions do not live in the same app.