webkit-server

0.5.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.5.0
    1
    • latest

Version History

Package Sidebar

Install

npm i webkit-server

Weekly Downloads

8

Version

0.5.0

License

none

Last publish

Collaborators

  • tristandunn