A self hosted chat application with end-to-end encrypted messaging.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Rohan Sircar 641c340b15 added prettier há 4 anos
.mvn/wrapper Regression left out mvnw há 4 anos
src added formatter plugin há 4 anos
.gitignore added formatter plugin há 4 anos
.prettierignore added prettier há 4 anos
.prettierrc added prettier config há 4 anos
Gruntfile.js Updated gruntfile há 4 anos
License Added markdown version of license há 4 anos
License.md Added markdown version of license há 4 anos
Readme.md Added preview image to readme há 4 anos
agpl-v3-logo.png added license image há 4 anos
chatto-preview-main.png Added preview image to readme há 4 anos
eclipse-formatter.xml Refactored src out of subfolder há 4 anos
mvnw Refactored src out of subfolder há 4 anos
mvnw.cmd Refactored src out of subfolder há 4 anos
package.json added prettier há 4 anos
pom.xml added formatter plugin há 4 anos
tsconfig.json Refactored frontend há 4 anos
yarn.lock added prettier há 4 anos

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