From 6f34f41974e69c26a3be05ab857364dedd92ff1d Mon Sep 17 00:00:00 2001 From: nova Date: Wed, 27 May 2020 09:25:15 +0000 Subject: [PATCH] Update 'Readme.md' --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9d248b9..791d42b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Chatto A self hosted chat application with end-to-end encrypted messaging. -The backend is written in Java, and uses Spring Boot. The app itself provides a front end written with thymeleaf templates. The app exposes a JSON API that the inbuilt front end uses to provide chat functionality. However, this API can also be used by a separate client app to provide the same functions. +The backend is written in Java, and uses Spring Boot. The app itself provides a front end written with thymeleaf templates. The chat AJAX logic is written in TypeScript without any JS framework. The app exposes a JSON API that the inbuilt front end uses to provide chat functionality. However, this API can also be used by a separate client app to provide the same functions. A WIP client made in ScalaFX is available [here](https://git.arcusiridis.com/nova/Chatto-Desktop-ScalaFX). It is a complete rewrite in Scala of the previous client, which was also written using Java and Spring Boot. \ No newline at end of file