I am trying to make an activity monitor-type app using Meteor. I know that both Apple and Android have ways to query for a list of background processes and PIDS. See for example this question and this question. What I want to know is if there is any way to easily check for these processes directly in Meteor. Or would I have to develop in base Android or iOS?
I would also love to hear if there are any other similar tools/frameworks (such as maybe Ionic) that let you query background processes.