Created Networking (markdown)

ni-richard 2019-09-16 22:20:08 +02:00
parent 15aea3b0fa
commit ab5c049d94

1
Networking.md Normal file

@ -0,0 +1 @@
The foundation of the whole framework is the messaging system connecting the frontend with the backend. Frontend components use *websockets* to connect to the TFW server, to which you can hook several [event handlers](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/Event-handlers) defining how to handle specific messages.