0.5.0 • Published 12 years ago
webkit-server v0.5.0
node-webkit-server
A node.js driver for webkit-server.
Example
var WebKit = require("webkit-server");
new WebKit.Browser(function() {
this.visit("http://www.timeapi.org/utc/now", function(error) {
this.source(function(error, source) {
console.info("The time is:", source);
this.stop();
});
});
});
License
node-webkit-server uses the MIT license. See LICENSE for more details.