Updated Introduction (markdown)

ni-richard 2019-09-09 17:57:18 +02:00
parent b316c3b172
commit 4710e52061

@ -2,3 +2,4 @@ Efficiency in learning can be remarkably improved by presenting the content in a
*** ***
### What kind of features does TFW provide? ### 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.