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..550f1b77490450bb831b94d1ae169d2b7c12e809 |
--- /dev/null |
+++ b/ports/ipython-ppapi/README.nacl |
@@ -0,0 +1,13 @@ |
+IPython Kernel for Native Client |
+=============================== |
+ |
+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. |