How can I send the stdout
of a compilation process to a crossbar.io-Router?
I am working on a travis-like continuous-integration-system for compiling Github-hosted LaTeX documents/projects. The server receives a POST from Github and starts the compilation process. The compiler's output should then be displayed real-time in a virtual console on a website.
Is this possible with crossbar.io
and autobahn|Python
running on Debian?