OLD | NEW |
(Empty) | |
| 1 {{+bindTo:partials.standard_nacl_article}} |
| 2 |
| 3 <section id="welcome-to-native-client"> |
| 4 <h1 id="welcome-to-native-client">Welcome to Native Client</h1> |
| 5 <div id="home"> |
| 6 <a class="button-nacl button-download" href="/native-client/dev/sdk/download">Do
wnload SDK</a> |
| 7 <div class="big-intro"><p><strong>Native Client</strong> is a sandbox for runnin
g compiled C and C++ code in the |
| 8 browser efficiently and securely, independent of the user’s operating syst
em. |
| 9 <strong>Portable Native Client</strong> extends that technology with |
| 10 architecture independence, letting developers compile their code once to run |
| 11 in any website and on any architecture.</p> |
| 12 <p>In short, Native Client brings the <strong>performance</strong> and <strong>l
ow-level control</strong> |
| 13 of native code to modern web browsers, without sacrificing the <strong>security<
/strong> and |
| 14 <strong>portability</strong> of the web. Watch the video below for an overview o
f |
| 15 Native Client, including its goals, how it works, and how |
| 16 Portable Native Client lets developers run native compiled code on the web.</p> |
| 17 </div> |
| 18 |
| 19 <iframe class="video" width="640" height="360" |
| 20 src="//www.youtube.com/embed/MvKEomoiKBA?rel=0" frameborder="0"></iframe> |
| 21 |
| 22 <div class="right-side"> |
| 23 <div class="right-side-inner"> |
| 24 <h2>Guiding principles of Native Client</h2> |
| 25 <div class="big-intro"> |
| 26 <ul> |
| 27 <li>Developer flexibility to program in any language.</li> |
| 28 <li>Running close to the metal to allow access to performance gains.</li> |
| 29 <li>Protecting users from malicious code and malware.</li> |
| 30 <li>Write-once, run-anywhere code portability across all user architectures.</
li> |
| 31 </ul></div> |
| 32 </div> |
| 33 </div><section id="get-started-with-native-client"> |
| 34 <h2 id="get-started-with-native-client">Get started with Native Client</h2> |
| 35 <div class="big-intro"><ol class="arabic simple"> |
| 36 <li><a class="reference internal" href="/native-client/sdk/download.html"><em>Do
wnload the Native Client SDK</em></a>.</li> |
| 37 <li>Read the <a class="reference internal" href="/native-client/overview.html"><
em>Technical Overview</em></a>.</li> |
| 38 <li>Learn how to use the SDK and build both a web app and a Chrome app in the |
| 39 <a class="reference internal" href="/native-client/devguide/tutorial/tutorial-pa
rt1.html"><em>Getting Started Tutorial</em></a>.</li> |
| 40 </ol> |
| 41 </div> |
| 42 <div class="big-intro" style="clear: both;"><p>Send us questions, comments, and
feedback: |
| 43 <a class="reference external" href="https://groups.google.com/forum/#!forum/nati
ve-client-discuss">native-client-discuss</a>.</p> |
| 44 </div> |
| 45 </div></section></section> |
| 46 |
| 47 {{/partials.standard_nacl_article}} |
OLD | NEW |