2012/2/12 Matt Patenaude <[email protected]>:
> Of course, running localhost you can do even a little bit better than 
> WebSockets. I once threw together a small app in Qt that wrapped WebKit, with 
> a JavaScript API for message passing. Node could launch the app, or the app 
> could launch Node, but either way, the two could then communicate with each 
> other over stdin/stdout. It worked quite well, really!
>
> Unfortunately, the code is a bit old and never was quite right on Windows 
> (this was pre-0.5 Node, the only Windows support was through Cygwin), and is 
> way too messy/encumbered in project-specific code to be released, but it's 
> certainly a feasible and not even all that challenging option!

Did you see node-webkit? It's a newer project, and it gives you node
bindings inside of the browser. Unfortunately, no windows support yet,
and you have to apply a bunch of webkit patches manually.

-- 
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

Reply via email to