
This module allows one to open a webkit window as a child process, with a URL given as parameter. The window can handle:
* setting its title to the web page title, if any
* handing downloads using gtk file browser
* opening external URL, with the help of xdg-open
A typical Node.js application can serve the web pages and open a client webkit window to display the GUI and communicate with the server using standard web tools.
Node.js is an event-based server-side javascript engine.