Sometimes I have to put text on a path

Monday, July 18, 2011

nativeclient - Native code for web apps

http://code.google.com/p/nativeclient/

Native Client is an open-source technology that allows you to build web applications that seamlessly execute native compiled code inside the browser.
This Google Code project is for maintaining the Native Client implementation, including compiler and browser support.
If you're writing a compiler, are interested in porting Native Client to a new browser, or are researching the security mechanisms underlying Native Client, you can find useful resources in this project.

The Native Client SDK provides a set of APIs, documentation, and examples to show you how to write a module in C or C++ and communicate between the module and the HTML and JavaScript code executing in the browser. The SDK also includes a toolchain with a customized GCC compiler and GNU make files, allowing you to generate code that runs in the Native Client sandbox.

example
This page lists a few simple web applications that use Native Client modules:
http://code.google.com/chrome/nativeclient/docs/examples.html
Tutorial
http://code.google.com/chrome/nativeclient/docs/tutorial.html

No comments:

Post a Comment