mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-24 05:31:32 +00:00
Updated Introduction (markdown)
parent
4710e52061
commit
ad86ab2973
@ -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.
|
||||
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.
|
Loading…
Reference in New Issue
Block a user