Chromium Code Reviews| 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. |