Browse Source

Add 'Readme.md'

master
nova 4 years ago
parent
commit
0e6bb7c59f
  1. 6
      Readme.md

6
Readme.md

@ -0,0 +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.
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.
Loading…
Cancel
Save