Lines of code generally represent complexity. Complexity represents liability and responsibility.
`node-webkit` is built into a binary, it has some special packaging requirements for your files, it offers non web compatible APIs. None of this appealed to me while I was looking for a solution. AppJS is also pretty cool but has some of the same complications, it also only builds 32bit because of a problem with a 3rd party dependency. Node-chrome simply demonstrates how well Node.js and Google Chrome (as two autonomous binaries) can cooperate. Node-chrome is the absolute least amount of glue needed to create a desktop experience. I have a low tolerance for complexity. ;) On Tue, Feb 5, 2013 at 11:20 AM, Scott Elcomb <[email protected]> wrote: > On Mon, Feb 4, 2013 at 7:00 PM, mgutz <[email protected]> wrote: > > On Monday, February 4, 2013 1:04:26 PM UTC-8, hij1nx wrote: > >> > >> node-chrome(3) > >> A tiny module for building desktop apps. It's really simple and uses the > >> chrome runtime. > <snip> > > How does this compare to node-webkit or appjs? > > > > I'm also curious about this. The projects' LoC has absolutely no > bearing on whether or not I'll find it useful. > > Over the last few months I've been becoming ever more enamored with > node-webkit. In the readme, the description is nearly as short as the > synopsis and doesn't really add any extra information. > > I'm just not sure why I'd want to spend time investigating node-chrome. > > -- > Scott Elcomb > @psema4 on Twitter / Identi.ca / Github & more > > Atomic OS: Self Contained Microsystems > http://code.google.com/p/atomos/ > > Member of the Pirate Party of Canada > http://www.pirateparty.ca/ > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Paolo Fragomeni Founder, @Oqulr github.com/hij1nx twitter.com/hij1nx -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
