Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
New release of node-webkit - run node.js apps on desktop
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 35 of 35 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chad Retz  
View profile  
 More options Aug 17 2012, 3:52 pm
From: Chad Retz <chad.r...@gmail.com>
Date: Fri, 17 Aug 2012 12:52:29 -0700 (PDT)
Local: Fri, Aug 17 2012 3:52 pm
Subject: Re: [ANN] New release of node-webkit - run node.js apps on desktop

This is a fantastic product. I would absolutely love to have the standalone
exe creator without the webkit add-on. It would make it worlds easier for
node apps to be distributed (especially in commercial settings even though
I understand the risks of not requiring an up-to-date, separate node VM).
Is it feasible that the embedding logic (which I assume also adds hooks for
the fs module) be separate from node-webkit? Is there a method for me to
use this now in a headless form (i.e. no index.html) for just my standalone
apps (I understand the executable will be bloated w/ Chromium embedded)? Or
is there another framework that allows packaging of single, redistributable
exe's using node? (I haven't found any).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[ANN] New release of node-webkit - run node.js apps on desktop" by Zhao Cheng
Zhao Cheng  
View profile   Translate to Translated (View Original)
 More options Aug 20 2012, 1:38 am
From: Zhao Cheng <zcb...@gmail.com>
Date: Mon, 20 Aug 2012 13:38:50 +0800
Local: Mon, Aug 20 2012 1:38 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop

On Sat, Aug 18, 2012 at 3:52 AM, Chad Retz <chad.r...@gmail.com> wrote:
> This is a fantastic product. I would absolutely love to have the standalone
> exe creator without the webkit add-on. It would make it worlds easier for
> node apps to be distributed (especially in commercial settings even though I
> understand the risks of not requiring an up-to-date, separate node VM). Is
> it feasible that the embedding logic (which I assume also adds hooks for the
> fs module) be separate from node-webkit? Is there a method for me to use
> this now in a headless form (i.e. no index.html) for just my standalone apps
> (I understand the executable will be bloated w/ Chromium embedded)? Or is
> there another framework that allows packaging of single, redistributable
> exe's using node? (I haven't found any).

You can do it yourself by adding logics in 'src/node.js', it's very easy.

--
Cheng
Intel Open Source Technology Center


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sihorton  
View profile  
 More options Aug 20 2012, 11:19 am
From: sihorton <sihor...@gmail.com>
Date: Mon, 20 Aug 2012 08:19:12 -0700 (PDT)
Local: Mon, Aug 20 2012 11:19 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop

This looks like a great project.

I have downloaded the nw_release_win32 and then I have downloaded a zip of  
https://github.com/zcbenz/nw-file-explorer  and extracted to a subdirectory
called "file-explorer" under nw_release_win32. I then open a console and
run nw.exe file-explorer it opens a window and shows on the left hand side
links to Home, Documents, Pictures and then About. When I click these
nothing happens. I am guessing it should show me the contents of those
folders?

Is there anyway to debug the application to find out what is wrong?

/Simon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zhao Cheng  
View profile   Translate to Translated (View Original)
 More options Aug 20 2012, 8:25 pm
From: Zhao Cheng <zcb...@gmail.com>
Date: Tue, 21 Aug 2012 08:25:16 +0800
Local: Mon, Aug 20 2012 8:25 pm
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop

On Mon, Aug 20, 2012 at 11:19 PM, sihorton <sihor...@gmail.com> wrote:
> This looks like a great project.

> I have downloaded the nw_release_win32 and then I have downloaded a zip of
> https://github.com/zcbenz/nw-file-explorer  and extracted to a subdirectory
> called "file-explorer" under nw_release_win32. I then open a console and run
> nw.exe file-explorer it opens a window and shows on the left hand side links
> to Home, Documents, Pictures and then About. When I click these nothing
> happens. I am guessing it should show me the contents of those folders?

> Is there anyway to debug the application to find out what is wrong?

Currently released binaries have some bugs that make nw-file-explorer
only able to run on Linux, you have to wait our next release :(

--
Cheng
Intel Open Source Technology Center


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zhao Cheng  
View profile   Translate to Translated (View Original)
 More options Aug 23 2012, 12:38 am
From: Zhao Cheng <zcb...@gmail.com>
Date: Thu, 23 Aug 2012 12:38:23 +0800
Local: Thurs, Aug 23 2012 12:38 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop
Hello everyone,

node-webkit v0.2.2 is released, this version still contains bugs but
is much stabler than previous one.

You can find newest binaries on https://github.com/rogerwang/node-webkit .

Major changes:

Node
* Update to v0.8.6

Core
* Dependency of CEF is discarded, node-webkit is  now based on Content Shell
* Store apps' data separately
* Make DevTools work
* Local information is provided through window.navigator.language
* timers and console related functions are tweaked to minimize conflicts

Windows
* Module finding paths is fixed so `require` would work for third party modules
* Windows version is compiled with openssl now
* Some fixs on the toolbar

Mac
* Binary size is reduced to normal size
* Fix issues on message loop

And many other minor changes on stability.

--
Cheng
Intel Open Source Technology Center


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aldis Andrejevs  
View profile  
 More options Aug 23 2012, 4:23 am
From: Aldis Andrejevs <andrej...@gmail.com>
Date: Thu, 23 Aug 2012 11:23:39 +0300
Local: Thurs, Aug 23 2012 4:23 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop
Hi, nice work..

but are you thinking about:

1) hiding the source code
2) and distributing it as one launch file


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zhao Cheng  
View profile  
 More options Aug 23 2012, 4:59 am
From: Zhao Cheng <zcb...@gmail.com>
Date: Thu, 23 Aug 2012 16:59:25 +0800
Local: Thurs, Aug 23 2012 4:59 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop

On Thu, Aug 23, 2012 at 4:23 PM, Aldis Andrejevs <andrej...@gmail.com> wrote:
> Hi, nice work..

> but are you thinking about:

> 1) hiding the source code
> 2) and distributing it as one launch file

Hiding source code is impossible now, what you can do is only
Obfuscation [1], this is a problem faced by all web apps.

As for distribution in one file, did you mean this [2] ?

[1] http://en.wikipedia.org/wiki/Obfuscated_code
[2] https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-dist...

--
Cheng
Intel Open Source Technology Center


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karl Tiedt  
View profile  
 More options Aug 23 2012, 5:01 am
From: Karl Tiedt <kti...@gmail.com>
Date: Thu, 23 Aug 2012 04:01:20 -0500
Local: Thurs, Aug 23 2012 5:01 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop
After this new release... now on OS X no log out put shows in
terminal... and still cant seem to get my request() example working...
(even more lost now since I cant even see any debug output)

-Karl Tiedt


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aldis Andrejevs  
View profile  
 More options Aug 23 2012, 5:36 am
From: Aldis Andrejevs <andrej...@gmail.com>
Date: Thu, 23 Aug 2012 12:36:37 +0300
Local: Thurs, Aug 23 2012 5:36 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop
ty, second point is answered, but be cool to have it on OSX too ;)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zhao Cheng  
View profile   Translate to Translated (View Original)
 More options Aug 23 2012, 7:18 am
From: Zhao Cheng <zcb...@gmail.com>
Date: Thu, 23 Aug 2012 19:18:10 +0800
Local: Thurs, Aug 23 2012 7:18 am
Subject: Re: [nodejs] Re: [ANN] New release of node-webkit - run node.js apps on desktop

On Thu, Aug 23, 2012 at 5:01 PM, Karl Tiedt <kti...@gmail.com> wrote:
> After this new release... now on OS X no log out put shows in
> terminal... and still cant seem to get my request() example working...
> (even more lost now since I cant even see any debug output)

Your request() example works, if the zip file didn't work that's
because it's not a valid package.

The console didn't work on Mac now, there will be a quick bug fix release soon.

--
Cheng
Intel Open Source Technology Center


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic