這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。
原創文章,轉載請註明出處:伺服器非業餘研究http://blog.csdn.net/erlib 作者Sunface
什麼是Native Client?
Native Client is a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system. Portable Native Client extends that technology with architecture independence, letting developers compile their code once to run in any website and on any architecture.
NC是一個作業系統無關的沙箱,可以在瀏覽器中安全、有效率運行已編譯的C和C++代碼。可移植NC在此基礎上增加了架構無關的特性,可移植NC可以讓使用者的代碼在任何架構任何瀏覽器上運行。
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. Watch the video below for an overview of Native Client, including its goals, how it works, and how Portable Native Client lets developers run native compiled code on the web.
簡單來說,NC為現在為網路瀏覽器的本地代碼(native code)帶來了高效能和低層次的控制,而且不需要犧牲安全和移植性。
著作權聲明:本文為博主原創文章,未經博主允許不得轉載。