In short, Native Client brings the performance and low-level control of native code to modern web browsers, without sacrificing the security and portability of the web.
Getting started tutorial:
- Part 1: Simple NaCl Web App - shows how to build and run a web application using Portable Native Client (PNaCl). This is a client-side application that uses HTML, JavaScript and a Native Client module written in C++.
- Part 2: SDK Build System and Chrome Apps - shows how to convert the finished PNaCl web application from Part 1 to use the Native Client SDK build system and common JavaScript files.
Portable Native Client is a technology that enables portable, secure execution of native applications in Chrome. Developers produce a platform-independent form of their native application. Chrome translates this form to run on the user's device at better than 80% of native performance.
No comments:
Post a Comment