Age | Commit message (Collapse) | Author |
|
|
|
Creating, destroying and communicationg with the interpreter subprocess
is now handled by a thread attached to PythonSession. Interpreter is
sandboxed using libseccomp.
|
|
Will be reimplemented asynchronously.
|
|
|
|
Invert a comparison and initialize receivedLength to 0 after emptying
receiveBuffer.
|
|
* Implemented a node web server supporting asynchronous websocket and long-polling communication with clients.
* Implemented TCP communication between python middleware and node web server.
|