A self hosted chat application with end-to-end encrypted messaging.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Rohan Sircar 641c340b15 added prettier pirms 4 gadiem
.mvn/wrapper Regression left out mvnw pirms 4 gadiem
src added formatter plugin pirms 4 gadiem
.gitignore added formatter plugin pirms 4 gadiem
.prettierignore added prettier pirms 4 gadiem
.prettierrc added prettier config pirms 4 gadiem
Gruntfile.js Updated gruntfile pirms 4 gadiem
License Added markdown version of license pirms 4 gadiem
License.md Added markdown version of license pirms 4 gadiem
Readme.md Added preview image to readme pirms 4 gadiem
agpl-v3-logo.png added license image pirms 4 gadiem
chatto-preview-main.png Added preview image to readme pirms 4 gadiem
eclipse-formatter.xml Refactored src out of subfolder pirms 4 gadiem
mvnw Refactored src out of subfolder pirms 4 gadiem
mvnw.cmd Refactored src out of subfolder pirms 4 gadiem
package.json added prettier pirms 4 gadiem
pom.xml added formatter plugin pirms 4 gadiem
tsconfig.json Refactored frontend pirms 4 gadiem
yarn.lock added prettier pirms 4 gadiem

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