Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: ports/ipython-ppapi/README.nacl

Issue 165473002: Adds an IPython kernel running in NaCl, and a wrapper as a Chrome extension. Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: New version of IPython Kernel with Pepper messaging Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/ipython-ppapi/Makefile ('k') | ports/ipython-ppapi/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ipython-ppapi/README.nacl
diff --git a/ports/ipython-ppapi/README.nacl b/ports/ipython-ppapi/README.nacl
new file mode 100644
index 0000000000000000000000000000000000000000..5012282f7771782fdcbced99def3b103cc060a24
--- /dev/null
+++ b/ports/ipython-ppapi/README.nacl
@@ -0,0 +1,13 @@
+IPyton Kernel for Native Client
+===============================
Sam Clegg 2014/05/02 18:59:34 typo (Python)
+
+This package runs an IPython kernel inside Native Client.
+It creates a Native Client binary, and support files that
+must be available to the binary via HTTP. Running this
+Native Client binary inside Chrome, runs an IPython kernel.
+
+Communication with the kernel is done by Pepper messaging,
+not by ZeroMQ. This is accomplished by making modifications
+to the IPython Kernel. Users call postMessage from JavaScript,
+and listening for the replies. Messages follow essentially the
+same pattern as the IPython messaging system.
« no previous file with comments | « ports/ipython-ppapi/Makefile ('k') | ports/ipython-ppapi/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698