npm.io
0.5.0 • Published 13 years ago

webkit-server

Licence
Version
0.5.0
Deps
0
Vulns
0
Weekly
0
Stars
18
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

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.

Keywords