RE: Adding node-webkit as a platform

2014-10-18 Thread Maxime LUCE
Brian, I think node-webkit is a durable platform, it has a long roadmap either with node 0.12 already planned. Moreover, it's a simple platform since it implements a lot of Cordova features natively and node integration will make the work simpler than many platforms like Symbian :). I

Re: Adding node-webkit as a platform

2014-10-18 Thread Shazron
- exec: same as Browser platform > > - platform: we should isolate nodejs's require function > > -- window.nodeRequire = window.require; > > -- window.require = null; > > > > # Work on c

RE: Adding node-webkit as a platform

2014-10-18 Thread Brian LeRoux
dow.require; > -- window.require = null; > > # Work on cordova-lib / cordova (cordova-cli) : > - parser: We can reuse browser_parser.js > We have to create node-webkit specific package.json using > update_from_config function > - plat

RE: Adding node-webkit as a platform

2014-10-18 Thread Maxime LUCE
ordova (cordova-cli) : - parser: We can reuse browser_parser.js We have to create node-webkit specific package.json using update_from_config function - platforms:Just add the platform into platforms.js # Work on cordova-lib / plugman (plugman) : - platforms:Same as bro

Re: Adding node-webkit as a platform

2014-10-17 Thread Tommy Williams
Might be able to help with this. We are pretty invested in Node-Webkit. On 18 Oct 2014 13:00, "Brian LeRoux" wrote: > +1 to swarm dev ... That is our (not only) advantage being at Apache > On Oct 17, 2014 6:33 PM, "Jesse" wrote: > > > No, don't wait

Re: Adding node-webkit as a platform

2014-10-17 Thread Brian LeRoux
ailto:purplecabb...@gmail.com] > > Envoyé : samedi 18 octobre 2014 03:06 > > À : dev@cordova.apache.org > > Objet : Re: Adding node-webkit as a platform > > > > Yeah, I think it would be awesome if we could decouple cordova-cli and > > cordova-plugman from each and

Re: Adding node-webkit as a platform

2014-10-17 Thread Jesse
chify.co | http://touchify.co > > > -Message d'origine- > De : Jesse [mailto:purplecabb...@gmail.com] > Envoyé : samedi 18 octobre 2014 03:06 > À : dev@cordova.apache.org > Objet : Re: Adding node-webkit as a platform > > Yeah, I think it would be awesome if we could d

RE: Adding node-webkit as a platform

2014-10-17 Thread Maxime LUCE
e.org Objet : Re: Adding node-webkit as a platform Yeah, I think it would be awesome if we could decouple cordova-cli and cordova-plugman from each and every platform, but given the recent version+pinning discussions, this may be hard to get through. I will play try to play with it a bit (ove

Re: Adding node-webkit as a platform

2014-10-17 Thread Jesse
: samedi 18 octobre 2014 02:43 > À : dev@cordova.apache.org > Objet : Re: Adding node-webkit as a platform > > official? > If you want to do it, or anyone else does, then they should go for it. > Here's my random thoughts ... > I think it would be awesome, but we currently a

RE: Adding node-webkit as a platform

2014-10-17 Thread Maxime LUCE
8 60 72 34 | skype: maximeluce max...@touchify.co | http://touchify.co -Message d'origine- De : Jesse [mailto:purplecabb...@gmail.com] Envoyé : samedi 18 octobre 2014 02:43 À : dev@cordova.apache.org Objet : Re: Adding node-webkit as a platform official? If you want to do it, or anyone

Re: Adding node-webkit as a platform

2014-10-17 Thread Jesse
, Dick Van den Brink < d_vandenbr...@outlook.com> wrote: > Would be awesome, I created this myself using CefClient (without > cordova-plugins) and for Windows only. Official support with node-webkit > would be a cool idea! > > > > > > > Verzonden met Windows Mail &

RE: Adding node-webkit as a platform

2014-10-17 Thread Maxime LUCE
-Message d'origine- De : Dick Van den Brink [mailto:d_vandenbr...@outlook.com] Envoyé : samedi 18 octobre 2014 02:04 À : dev@cordova.apache.org Objet : Re: Adding node-webkit as a platform Would be awesome, I created this myself using CefClient (without cordova-plugins) and for Windows

Re: Adding node-webkit as a platform

2014-10-17 Thread Dick Van den Brink
Would be awesome, I created this myself using CefClient (without cordova-plugins) and for Windows only. Official support with node-webkit would be a cool idea! Verzonden met Windows Mail Van: Maxime LUCE Verzonden: ‎zaterdag‎ ‎18‎ ‎oktober‎ ‎2014 ‎01‎:‎32 Aan: dev@cordova.apache.org

Adding node-webkit as a platform

2014-10-17 Thread Maxime LUCE
Hi everyone, I want to start again a debate about adding node-webkit as a platform for cordova. It will allow developers to target Windows (Desktop), Mac OS X and Linux. It could also be a way to debug complex applications without any simulators. I really want to target this platform and for

Re: Node-Webkit

2013-11-28 Thread Michal Mocny
> > *Daniel Toplak* > > > > > > Am 16.10.2013 20:04, schrieb James Jong: > > > > > > +1 Would love to see this as a new platform. > > >> > > >> -James Jong > > >> > > >> On Oct 15, 2013, at 2:11 PM, Shazron wrote: > >

Re: Node-Webkit

2013-11-28 Thread Andrew Grieve
mes Jong: > > > > +1 Would love to see this as a new platform. > >> > >> -James Jong > >> > >> On Oct 15, 2013, at 2:11 PM, Shazron wrote: > >> > >> This is interesting (I like the 3 platforms support) - if this gets > i

Re: Node-Webkit

2013-11-26 Thread Michal Mocny
e this as a new platform. >> >> -James Jong >> >> On Oct 15, 2013, at 2:11 PM, Shazron wrote: >> >> This is interesting (I like the 3 platforms support) - if this gets in, I >>> propose retiring the cordova-osx repo. >>> >>> >>> On T

Re: Node-Webkit

2013-11-26 Thread Daniel Toplak
love to see this as a new platform. -James Jong On Oct 15, 2013, at 2:11 PM, Shazron wrote: This is interesting (I like the 3 platforms support) - if this gets in, I propose retiring the cordova-osx repo. On Tue, Oct 15, 2013 at 11:00 AM, Maxime LUCE wrote: Yes Jesse, It's about suppor

Re: Node-Webkit

2013-10-16 Thread James Jong
rote: > >> Yes Jesse, >> >> It's about supporting node-webkit as a new, different platform. >> I see some great value added to a desktop platform : >> >> - Really easy to debug (chromium dev tools integrated) >> - Allow kiosk mode and other deskt

Re: Node-Webkit

2013-10-15 Thread Shazron
This is interesting (I like the 3 platforms support) - if this gets in, I propose retiring the cordova-osx repo. On Tue, Oct 15, 2013 at 11:00 AM, Maxime LUCE wrote: > Yes Jesse, > > It's about supporting node-webkit as a new, different platform. > I see some great value a

RE: Node-Webkit

2013-10-15 Thread Maxime LUCE
Yes Jesse, It's about supporting node-webkit as a new, different platform. I see some great value added to a desktop platform : - Really easy to debug (chromium dev tools integrated) - Allow kiosk mode and other desktop integration which can be usefull in touch aware application. -

Re: Node-Webkit

2013-10-15 Thread Jesse
No, we are talking about node-webkit OR appjs as another target platform to support, which would mean we could build for apps for Windows, Linux, OSX desktop applications. I think node-webkit is the more mature platform, but I have only glanced at both. Definitely interesting. @purplecabbage

Re: Node-Webkit

2013-10-15 Thread Anis KADRI
imic Node APIs if > that is something you're looking for. > > > On Tue, Oct 15, 2013 at 1:27 PM, Maxime LUCE wrote: > >> What about a node-webkit or appjs platform integration ? >> >> It could help debugging with Cordova related projects and permit to add >>

Re: Node-Webkit

2013-10-15 Thread Brian LeRoux
axime LUCE wrote: > What about a node-webkit or appjs platform integration ? > > It could help debugging with Cordova related projects and permit to add > three platform with one platform : "Windows", "Linux", "OSX". > I'm thinking about a platform pr

Node-Webkit

2013-10-15 Thread Maxime LUCE
What about a node-webkit or appjs platform integration ? It could help debugging with Cordova related projects and permit to add three platform with one platform : "Windows", "Linux", "OSX". I'm thinking about a platform proxy for node-webkit and/or appjs-de