From 8fad3d2fdd4a7f8a60e85dbedd7d04b727a1e300 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Tue, 17 Sep 2019 05:31:51 +0200 Subject: [PATCH] Created Main repositories (markdown) --- Main-repositories.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Main-repositories.md diff --git a/Main-repositories.md b/Main-repositories.md new file mode 100644 index 0000000..c470973 --- /dev/null +++ b/Main-repositories.md @@ -0,0 +1,12 @@ +## [baseimage-tutorial-framework](https://github.com/avatao-content/baseimage-tutorial-framework) + +This is the beating heart of TFW – the Docker baseimage containing the internals of the framework. It's most important element is the robust messaging system that makes it straightforward to implement interactive exercises. + +## [frontend-tutorial-framework](https://github.com/avatao-content/frontend-tutorial-framework) + +This is the Angular frontend of TFW. The main exposed features are our pre-implemented components based on the `src/app/services/websocket.service.ts` service. +This service provides an *RxJS* based communication API to the framework backend (TFW server and event handlers). Another useful features are a bunch of pre-designed layouts and dynamic switching between them. + +# [test-tutorial-framework](https://github.com/avatao-content/test-tutorial-framework) + +This is an example playground project built via TFW. It is a good starting point to build your own challenges from. It also gives home to several useful scripts in the hack folder to speed up development. \ No newline at end of file