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
Node.js as a run time library?
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
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
wtfux  
View profile  
 More options Jul 27 2012, 6:11 am
From: wtfux <wtfux....@googlemail.com>
Date: Fri, 27 Jul 2012 03:11:05 -0700 (PDT)
Local: Fri, Jul 27 2012 6:11 am
Subject: Node.js as a run time library?

Hey guys,
I want to write applications that actually don't need evented I/O (or not
always) like regular GUI applications in Javascript, because, well I like
Javascript.
My question is if it's a good idea to build upon Node.js. Technically I
could also use v8 directly but then I can't make use of those awesome Node
modules that are out there and all the stuff that's already built into Node.
It's like using Node as a runtime library. Good idea resp. the right way?


 
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.
Joe Developer  
View profile  
 More options Jul 27 2012, 6:14 am
From: Joe Developer <joe.d.develo...@gmail.com>
Date: Fri, 27 Jul 2012 17:14:37 +0700
Local: Fri, Jul 27 2012 6:14 am
Subject: Re: [nodejs] Node.js as a run time library?

http://appjs.org


 
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.
wtfux  
View profile  
 More options Jul 27 2012, 8:16 am
From: wtfux <wtfux....@googlemail.com>
Date: Fri, 27 Jul 2012 05:16:49 -0700 (PDT)
Local: Fri, Jul 27 2012 8:16 am
Subject: Re: [nodejs] Node.js as a run time library?

I know AppJS but I don't see how this is related.
I'm thinking more of a way like how you use languages like python. You have
python installed and with the right libraries you can write GUI
applications with it (GTK, wxWidgets and so on). Replace python with
Node.js here. I've already started to work on a wxWidget module for Node.js
but I'm not sure if Node is suited as a base.


 
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.
Joe Developer  
View profile  
 More options Jul 27 2012, 8:24 am
From: Joe Developer <joe.d.develo...@gmail.com>
Date: Fri, 27 Jul 2012 19:24:32 +0700
Local: Fri, Jul 27 2012 8:24 am
Subject: Re: [nodejs] Node.js as a run time library?

On Fri, Jul 27, 2012 at 7:16 PM, wtfux <wtfux....@googlemail.com> wrote:
> I know AppJS but I don't see how this is related.
> I'm thinking more of a way like how you use languages like python. You
> have python installed and with the right libraries you can write GUI
> applications with it (GTK, wxWidgets and so on). Replace python with
> Node.js here. I've already started to work on a wxWidget module for Node.js
> but I'm not sure if Node is suited as a base.

As I remember talk of such bindings and mentions of progress have come up
on the ML a few times.

I would be surprised if google didn't turn up something. Personally I don't
have much experience writing programs against GTK, wxWidgets etc. - So I
can't give you meaningful feedback in that regard, I did write some Ruby
apps against FOX ages ago, but frankly I preferred writing GUIs using web
tech.


 
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.
Oliver Leics  
View profile  
 More options Jul 27 2012, 8:25 am
From: Oliver Leics <oliver.le...@gmail.com>
Date: Fri, 27 Jul 2012 14:25:07 +0200
Local: Fri, Jul 27 2012 8:25 am
Subject: Re: [nodejs] Node.js as a run time library?
Take one oz of appjs and throw in the javascript/dom based gui library
of you choice.

Now shake (or maybe stir) and voila: A GUI application.

--
Oliver Leics @ G+
https://plus.google.com/112912441146721682527

 
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 Jul 27 2012, 8:26 am
From: Zhao Cheng <zcb...@gmail.com>
Date: Fri, 27 Jul 2012 20:26:32 +0800
Local: Fri, Jul 27 2012 8:26 am
Subject: Re: [nodejs] Node.js as a run time library?
Build node as a library is easy, change the line "'type':
'executable'" in "node.gyp" to "'type': 'shared_library'", and then
use gyp to generate project files.

On Fri, Jul 27, 2012 at 6:11 PM, wtfux <wtfux....@googlemail.com> wrote:
> Hey guys,
> I want to write applications that actually don't need evented I/O (or not
> always) like regular GUI applications in Javascript, because, well I like
> Javascript.
> My question is if it's a good idea to build upon Node.js. Technically I
> could also use v8 directly but then I can't make use of those awesome Node
> modules that are out there and all the stuff that's already built into Node.
> It's like using Node as a runtime library. Good idea resp. the right way?

--
赵成
东南大学

 
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
« Back to Discussions « Newer topic     Older topic »