0.5.0 • Published 11 years ago

webkit-server v0.5.0

Weekly downloads
26
License
-
Repository
github
Last release
11 years ago

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.

0.5.0

11 years ago

0.4.0

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

13 years ago