Mahin <[email protected]> writes: > Are you trying to achieve something like Chromeless project? > http://mozillalabs.com/chromeless > > using Chromess, you can develop desktop apps using HTML5, CSS, > Javascript and compile it to respective platform
Well, there might be some similarity in the technology, but the ideas are different. The single important idea of node-webkit is to call *Node* modules from the (local) webpage. It opens a new way of writing client side applications, and most importantly -- based on the great Node platform with all kinds of modules and async I/O framework. -- Roger WANG Intel Open Source Technology Center -- 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
