Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Call all Node.js modules directly from DOM and enable a new way of writing applications with all Web technologies.

License

NotificationsYou must be signed in to change notification settings

ensonfun/node-webkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-webkit is an app runtime based onChromium andnode.js. You canwrite native apps in HTML and Javascript with node-webkit. It also lets youto call Node.js modules directly from DOM and enables a new way of writingnative applications with all Web technologies.

It's created and developed in Intel Open Source Technology Center.

Introduction to node-webkit (slides).

Features

  • Apps written in modern HTML5, CSS3, JS and WebGL.
  • Complete support forNode.js APIs and all itsthird party modules.
  • Good performance: Node and WebKit runs in the same thread: Function calls are made straightforward; objects are in the same heap and can just reference each other;
  • Easy to package and distribute apps.
  • Available on Linux, Mac OSX and Windows

Downloads

v0.5.1 release note

Prebuilt binaries (v0.5.1 - Apr 27, 2013):

Looking for older versions?

###Demos and real appsYou may also be interested inour demos repository and theList of apps and companies using node-webkit.

Quick Start

Createindex.html:

<html><head><title>Hello World!</title></head><body><h1>Hello World!</h1>We are using node.js<script>document.write(process.version)</script></body></html>

Createpackage.json:

{"name":"nw-demo","main":"index.html"}

Compressindex.html andpackage.json into a zip archive, and renameit toapp.nw:

app.nw|-- package.json`-- index.html

Download the prebuilt binary for your platform and use it to open theapp.nw file:

$ ./nw app.nw

Note: on Windows, you can drag theapp.nw tonw.exe to open it.

Documents

For more information on how to write/package/run apps, see:

And ourWiki for much more.

Community

We usenode-webkit group asour mailing list, subscribe vianode-webkit+subscribe@googlegroups.com.

License

node-webkit's code uses the MIT license, see ourLICENSE file.

About

Call all Node.js modules directly from DOM and enable a new way of writing applications with all Web technologies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp