This is fantastic! I kept waiting for someone to do this. I thought Twitter 
may eventually release this because they use it for TweetDeck now.

So thank you very much!


One question: I'm trying to package the example hello world app into a 
single .exe file on Windows. I try copy /b nw.exe+app.nw app.exe, but when 
I execute it I get the raw NW windows. Am I missing something?

Juan

El jueves, 9 de agosto de 2012 03:09:50 UTC-3, Zhao Cheng escribió:
>
> Hello everyone, 
>
> I'm glad to announce a new release of node-webkit, node-webkit is a 
> standalone runtime that run apps written in HTML and node.js. 
>
> It has been a long time since release, this time we come back with 
> following features: 
>
> * Write apps in modern HTML, CSS, JS and WebGL 
> * Strong network and native APIs from node.js 
> * Support modules written in JS and C++ 
> * Easy to package and distribute apps 
>
> Here is a quick hello world: 
>
> <html> 
> <head> 
> <title>Hello World!</title> 
> </head> 
> <body> 
> <h1>Hello World!</h1> 
> We are using node.js <script>document.write(process.version)</script> 
> </body> 
> </html> 
>
> Enjoy it at https://github.com/rogerwang/node-webkit , you can find 
> prebuilt binaries, usage guides and building guides there. 
>
> I'll keep working on this project for next a few months, so feel free 
> to raise issues and request features. 
>
> Cheng 
>

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to