From 156740c6fe4f3d524db72056c9b35242bbb20fa3 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Tue, 10 Sep 2019 10:41:55 +0200 Subject: [PATCH] Updated Introduction (markdown) --- Introduction.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Introduction.md b/Introduction.md index 0699100..5b277a8 100644 --- a/Introduction.md +++ b/Introduction.md @@ -1,5 +1,6 @@ Efficiency in learning can be remarkably improved by presenting the content in a visual context. With *TFW*, you can demonstrate problems in an interactive manner without losing flexibility thanks to the framework's messaging system which allows you to communicate with any kind of process that is able to run in a container. -*** -### What kind of features does TFW provide? +## What kind of features does TFW provide? +[[images/frontend.png]] +*** On the frontend side, you can utilize the following components: a chat bot, web IDE, terminal, console and a custom web service. To manipulate them, you can send control messages from the backend, where the TFW server acts as a proxy and waits for the messages from **ZeroMQ** sockets and **named pipes**, then it finally transports them through a **WebSocket** connection back to the components. \ No newline at end of file