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 bf8d282629 Added markdown version of license 4 years ago
.mvn/wrapper Regression left out mvnw 4 years ago
src Remove redundant UI elements #8 4 years ago
.gitignore Further refactor and impl passphrase change again 4 years ago
Gruntfile.js Refactored frontend 4 years ago
License Added markdown version of license 4 years ago
License.md Added markdown version of license 4 years ago
Readme.md Added link to documentation 4 years ago
eclipse-formatter.xml Refactored src out of subfolder 4 years ago
mvnw Refactored src out of subfolder 4 years ago
mvnw.cmd Refactored src out of subfolder 4 years ago
package.json temp commit 4 years ago
pom.xml Refactored frontend 4 years ago
tsconfig.json Refactored frontend 4 years ago
yarn.lock Updated sjcl types 4 years ago

Readme.md

Chatto

A self hosted chat application with end-to-end encrypted messaging.

Documentation available here

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.