diff --git a/Introduction.md b/Introduction.md index 499e91f..0699100 100644 --- a/Introduction.md +++ b/Introduction.md @@ -1,5 +1,5 @@ -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 framework's messaging system which allows you to communicate with any kind of process that is able to run in a container. +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? -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 +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