Age | Commit message (Collapse) | Author |
|
saved, since it is the only one already in the database
|
|
those settings - currently only gui language is implemented. The create.sql script is updated for that change as well.
|
|
|
|
language (either 'prolog' or 'python')
|
|
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.
|
|
* Implemented a node web server supporting asynchronous websocket and long-polling communication with clients.
* Implemented TCP communication between python middleware and node web server.
|