What I'm trying to achieve is after a user logs into the MeteorJS web application, to have it first check if a desktop text editor application is installed. If it is, then secondly have Meteor check whether the text editor is running or not, and if not, run the text editor. Controls, like pressing the "File" menu would be nice and is a bonus from the Meteor app. I'm aiming to make it work for all OS flavors (Windows, Mac OS X, and Linux).
I'm curious as to whether or not there is such a package that will help me get this functionality I need, or if anybody else has done this before?