Re: how to execute a program when app launched on desktop OS ?

2013-10-25 Thread Matt Lantz
Hi Lu, Look up MacGap on GitHub, its build off of cordova-osx at least at some level. You won't find a full scale like TideSDK because Apple App Store won't allow the third party engines to be hosted. If you need full scale web server capacity look into Node-Webkit. Cheers, Matt Lantz On 25

Re: how to execute a program when app launched on desktop OS ?

2013-10-25 Thread lu dongping
I mean how to achieve this with cordova-osx ( https://github.com/apache/cordova-osx), not cordova-ios. and a similar project TideSDK can do this. thanks. Outersky On Sat, Oct 26, 2013 at 2:35 AM, Shazron wrote: > Hi Lu Dongping, > This is Cordova related how exactly? > > > On Fri, Oct 25, 20

Re: how to execute a program when app launched on desktop OS ?

2013-10-25 Thread Shazron
Hi Lu Dongping, This is Cordova related how exactly? On Fri, Oct 25, 2013 at 1:12 AM, lu dongping wrote: > As title, > I need to launch a small web server locally when app launched on > windows/mac/linux, not mobile os. > > Thanks, > Outersky >

how to execute a program when app launched on desktop OS ?

2013-10-25 Thread lu dongping
As title, I need to launch a small web server locally when app launched on windows/mac/linux, not mobile os. Thanks, Outersky