diff --git a/Terminology.md b/Terminology.md index 7e886e8..7857e03 100644 --- a/Terminology.md +++ b/Terminology.md @@ -1,5 +1,10 @@ # Terminology +Official terminology of ReCodex which will be used in documentation and within code. + +## WebApp (ReCodex) +Graphical frontend of the whole ReCodex. This part is used by teachers and students. + ## QeueueManager (ZeroMQ) Handle incoming requests from php backend and forward them to actual workers, also handle answers from workers which has to be saved to the central database. (possibly files can be transfered through QM).