Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 IPyton Kernel for Native Client | |
| 2 =============================== | |
|
Sam Clegg
2014/05/02 18:59:34
typo (Python)
| |
| 3 | |
| 4 This package runs an IPython kernel inside Native Client. | |
| 5 It creates a Native Client binary, and support files that | |
| 6 must be available to the binary via HTTP. Running this | |
| 7 Native Client binary inside Chrome, runs an IPython kernel. | |
| 8 | |
| 9 Communication with the kernel is done by Pepper messaging, | |
| 10 not by ZeroMQ. This is accomplished by making modifications | |
| 11 to the IPython Kernel. Users call postMessage from JavaScript, | |
| 12 and listening for the replies. Messages follow essentially the | |
| 13 same pattern as the IPython messaging system. | |
| OLD | NEW |