A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rohan Sircar 95edebc834 [frontend] Added props field for chat page size 4 years ago
chatto [frontend] Added props field for chat page size 4 years ago
config Test using Optional in repository 4 years ago
License.md Added license (AGPLv3) 4 years ago
Readme.md Update 'Readme.md' 4 years ago

Readme.md

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 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. It is a complete rewrite in Scala of the previous client, which was also written using Java and Spring Boot.