CINXE.COM
NW.js
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="nwjs"> <meta name="keywords" content="nw.js, nwjs, nw js, node-webkit, node, node.js, chrome, chromium, javascript"> <title>NW.js</title> <!-- feeds --> <link rel="alternate" href="/feed/blog.xml" title="NW.js Blog" type="application/rss+xml"> <!-- stylesheets --> <link href="/lib/normalize.css/normalize.css" rel="stylesheet" type="text/css"> <link href="/css/style.css" rel="stylesheet" type="text/css"> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700,600' rel='stylesheet' type='text/css'> <!-- scripts --> <script src="/lib/react/react.js"></script> <script src="/lib/react/react-dom.js"></script> <script src="/js/common.js"></script> </head> <body> <header> <a href="/" class="logo-wrapper"> <img src="/img/logo.png" class="logo" alt="NWJS.io"><span class="big-title">NW.js</span> </a> <nav> <a href="/">Home</a> | <a href="/downloads/">Downloads</a> | <a href="/blog/">Blog</a> | <a href="http://docs.nwjs.io">Documentation</a> </nav> </header> <div class="container home"> <div class="download"> <div class="download-area" data-use="stable" data-base-url="https://dl.nwjs.io"></div> </div> <div class="github"> <a href="https://github.com/nwjs/nw.js">View on <b>GitHub</b></a> </div> <div class="features"> <h2>NW.js (previously known as node-webkit) lets you call all Node.js modules directly from DOM and enables a new way of writing applications with all Web technologies.</h2> <ul> <li> <img src="/img/icon_code.png" alt=""/> <p>New way of writing native applications using web technologies: HTML5, CSS3, and WebGL</p> </li> <li> <img src="/img/icon_tech.png" alt=""/> <p>Full support for the features in browser</p> </li> <li> <img src="/img/icon_connect.png" alt=""/> <p>Complete support for Node.js APIs and all third party modules</p> </li> <li> <img src="/img/icon_puzzle.png" alt=""/> <p>Call Node.js modules directly from the DOM and Web Workers</p> </li> <li> <img src="/img/icon_instances.png" alt=""/> <p><a href="http://docs.nwjs.io/en/latest/For%20Users/Advanced/Protect%20JavaScript%20Source%20Code/">JavaScript Source Protection</a></p> </li> <li> <img src="/img/icon_platforms.png" alt=""/> <p>Available on Linux, Mac OS X and Windows</p> </li> </ul> </div> </div> <a href="https://issuehunt.io/repos/3100121" target="_blank" style="width: 84px; height: 100px; margin: 0; position: absolute; top: 50px; right: 0px; z-index: 9999; background: transparent url('/images/issuehunt-ribbon-v1.svg') 140% center no-repeat"></a> <script src="js/index.js"></script> <footer> <div class="column"> <h2>Help</h2> <a href="http://docs.nwjs.io">Documentation</a> <a href="https://github.com/nwjs/nw.js/wiki">Wiki</a> <a href="https://github.com/nwjs/nw.js/issues">Bugs</a> </div> <div class="column"> <h2>Community</h2> <a href="https://groups.google.com/forum/#!forum/nwjs-general">Mailing List</a> <a href="https://gitter.im/nwjs/nw.js">Chat on Gitter</a> <a href="https://discord.gg/tyx267vKRH">Chat on Discord</a> </div> <div class="column"> <h2>Connect</h2> <a href="https://github.com/nwjs/nw.js">GitHub</a> <a href="https://twitter.com/nw_js">Twitter</a> </div> <div class="bottom"> <div class="left">Copyright © 2015-2024 NW.js community</div> </div> </footer> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-58514248-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>