Leveraging Web Technologies for Local Programs
Client-side web programming (HTML, JavaScript, CSS) has improved greatly in recent years. Meanwhile, node.js has become a reasonable platform for server-side JavaScript that interacts with the outside world. This environment already makes sense for building local applications. The node-webkit project takes this one step forward: it integrates the node.js libraries into a Webkit environment.