Re: [nodejs] NodeJS Runtime for Chrome

2012-11-02 Thread Dave Kuhn
Chimera looks awesome Dean. Definitely something I'd be interested in evaluating over at tubes.io for our customers. What's the state of the documentation? Anything I can sink my teeth into? Dave On 1 November 2012 10:35, Dean Mao wrote: > I have something similar as well called node-chimera,

Re: [nodejs] NodeJS Runtime for Chrome

2012-11-01 Thread Dean Mao
I have something similar as well called node-chimera, it's a meld of phantomjs inside of node basically. An example runtime code looks like this: var Chimera = require('chimera').Chimera; var c = new Chimera(); c.perform({ url: "http://mywebsite.com";, locals: { username: 'myuser', p

Re: [nodejs] NodeJS Runtime for Chrome

2012-11-01 Thread Arunoda Susiripala
Hi, I'm talking about the chrome's canary build. It has both tcp/udp socket access and file-system access. But not sure about the child-processes. These api are for building add-ons and not for web apps. Here is the node net module implementation for Chrome - https://github.com/PaulKinlan/net-bro

Re: [nodejs] NodeJS Runtime for Chrome

2012-11-01 Thread Jeff Barczewski
I agree with what you are saying Tim, just adding a couple comments. On Wednesday, 31 October 2012 11:16:10 UTC-5, Tim Caswell wrote: > > ... > > Go through the node API, it's not that big. http://nodejs.org/api/ > And for each item, find a corresponding browser API that provides the > same abil

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Tim Caswell
On Wed, Oct 31, 2012 at 10:44 AM, Arunoda Susiripala wrote: > Yes. I browserify does it. The video show's that. But what I suggest is it > will be cooler, we can bundle all the Node Core (if possible) into a single > JS file which using Chrome new APIS. It's not possible to take the JS in node as

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Arunoda Susiripala
Yes. I browserify does it. The video show's that. But what I suggest is it will be cooler, we can bundle all the Node Core (if possible) into a single JS file which using Chrome new APIS. What are the primitives which chrome is not possible to do? I have not much experience in Node Core. And I'm r

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Tim Caswell
On Wed, Oct 31, 2012 at 10:03 AM, Arunoda Susiripala wrote: > Hi, > > I think with chrome we really don't need to much worry security model. Since > chrome will take care of it. > What we actually need it set of wrappers for the core node APIs. > > Yes. we will not have to use npm projects with c/

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Arunoda Susiripala
Hi, I think with chrome we really don't need to much worry security model. Since chrome will take care of it. What we actually need it set of wrappers for the core node APIs. Yes. we will not have to use npm projects with c/c++ add-ons, but still we can you alot, as mentioned in the video using b

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread P. Douglas Reeder
The video from the Chrome team is on using Browserify. -- 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, se

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Roger WANG
Arunoda Susiripala writes: > Hi Guys, > > Look at this amazing project: https://github.com/arunoda/chrome-node If you're interested in calling Node from DOM, here is another project worth to check: https://github.com/rogerwang/node-webkit It's based on Chromium and Node. > with the reference

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Tim Caswell
Neat idea, but it's certainly not new. The hard part is actually making it work and finding a way to combine node's super open security model with that required to run in a web browser. If you just want to make desktop apps using nodejs + chrome's webkit the appjs and node-webkit projects are pre

Re: [nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Trygve Lie
Is this related to this from the Chrome team (video released yesterday): http://www.youtube.com/watch?v=gkb_x9ZN0Vo I've not have time to seen the video yet. Trygve On Wed, 2012-10-31 at 19:36 +0530, Arunoda Susiripala wrote: > Hi Guys, > > > Look at this amazing project: https://github.com

[nodejs] NodeJS Runtime for Chrome

2012-10-31 Thread Arunoda Susiripala
Hi Guys, Look at this amazing project: https://github.com/arunoda/chrome-node with the reference of running node in chrome - http://www.youtube.com/watch?v=gkb_x9ZN0Vo&feature=g-all-lsb Cheers. -- Arunoda Susiripala @arunoda https://github