From 4710e52061ec217b806e69c3c316f77894d711fe Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 9 Sep 2019 17:57:18 +0200 Subject: [PATCH] Updated Introduction (markdown) --- Introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Introduction.md b/Introduction.md index 51b5f26..499e91f 100644 --- a/Introduction.md +++ b/Introduction.md @@ -2,3 +2,4 @@ Efficiency in learning can be remarkably improved by presenting the content in a *** ### What kind of features does TFW provide? +On the frontend side, you can utilize the following components: chat bot, web IDE, terminal, console and a custom web service. To manipulate them, you can send arbitrary 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