From ab5c049d9456d73dce734ea8ac63074f7c8e7451 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 16 Sep 2019 22:20:08 +0200 Subject: [PATCH] Created Networking (markdown) --- Networking.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Networking.md diff --git a/Networking.md b/Networking.md new file mode 100644 index 0000000..14c0e4a --- /dev/null +++ b/Networking.md @@ -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. \ No newline at end of file