This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Description
Hi folks,
basic issues (broesamle/rust-playpen#1) combined with lack of network/hyper experience prevent me from making progress here:
Implement a realtime feedback mechanism in playpen. Example code could stream console output to the client side which would then visualise the program behaviour over time.
Simplest application case: show console output in real time
Advanced application case: Pick the output and transform it into some visualisation. Pipelined turtle graphics for example. This would make us independent of piston, but requre a quick network connection, of course. (Personally, I was inspired by the idea to reduce the graphics dependencies in the mondrian pattern generator.)
Contributions or some support on hyper API details questions are welcome!