A self hosted chat application with end-to-end encrypted messaging.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Rohan Sircar 641c340b15 added prettier 4 роки тому
.mvn/wrapper Regression left out mvnw 4 роки тому
src added formatter plugin 4 роки тому
.gitignore added formatter plugin 4 роки тому
.prettierignore added prettier 4 роки тому
.prettierrc added prettier config 4 роки тому
Gruntfile.js Updated gruntfile 4 роки тому
License Added markdown version of license 4 роки тому
License.md Added markdown version of license 4 роки тому
Readme.md Added preview image to readme 4 роки тому
agpl-v3-logo.png added license image 4 роки тому
chatto-preview-main.png Added preview image to readme 4 роки тому
eclipse-formatter.xml Refactored src out of subfolder 4 роки тому
mvnw Refactored src out of subfolder 4 роки тому
mvnw.cmd Refactored src out of subfolder 4 роки тому
package.json added prettier 4 роки тому
pom.xml added formatter plugin 4 роки тому
tsconfig.json Refactored frontend 4 роки тому
yarn.lock added prettier 4 роки тому

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