When an ionic application runs on iPhone, is there a server running or purely static resource?

I want to have Parse for the backend of my ionic application, but there are some logic I want to keep on the client side but not in the browser. Basically, I want to run a proxy server (with some business logic) in between ionic static resources and Parse. I wonder if this is possilbe.