Creating desktop apps with NodeJS
Last week an interesting thread was started on the NodeJS mailing list.
https://groups.google.com/d/msg/nodejs/iy7Re33dwyU/yxwLlx1aUNMJ
Roger Wang from the Intel Open Source Technology Center posted about a new project from their team called node-webkit.
https://github.com/rogerwang/node-webkit
node-webkit brings WebKit to NodeJS. With it, client side applications can be written with a HTML/CSS UI on the NodeJS platform. We believe the async I/O framework and Javascript language is a perfect combination for client (mobile) side applications.