A self hosted chat application with end-to-end encrypted messaging.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Rohan Sircar 641c340b15 added prettier il y a 4 ans
.mvn/wrapper Regression left out mvnw il y a 4 ans
src added formatter plugin il y a 4 ans
.gitignore added formatter plugin il y a 4 ans
.prettierignore added prettier il y a 4 ans
.prettierrc added prettier config il y a 4 ans
Gruntfile.js Updated gruntfile il y a 4 ans
License Added markdown version of license il y a 4 ans
License.md Added markdown version of license il y a 4 ans
Readme.md Added preview image to readme il y a 4 ans
agpl-v3-logo.png added license image il y a 4 ans
chatto-preview-main.png Added preview image to readme il y a 4 ans
eclipse-formatter.xml Refactored src out of subfolder il y a 4 ans
mvnw Refactored src out of subfolder il y a 4 ans
mvnw.cmd Refactored src out of subfolder il y a 4 ans
package.json added prettier il y a 4 ans
pom.xml added formatter plugin il y a 4 ans
tsconfig.json Refactored frontend il y a 4 ans
yarn.lock added prettier il y a 4 ans

Readme.md

Chatto

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

Chatto Preview

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.

License

Chatto is Free Software, licensed under AGPLv3.

AGPLv3