Chatto/Readme.md

17 lines
934 B
Markdown
Raw Normal View History

2020-05-27 09:21:30 +00:00
# Chatto
A self hosted chat application with end-to-end encrypted messaging.
2020-07-30 07:59:57 +00:00
![Chatto Preview](chatto-preview-main.png)
2020-05-31 07:11:14 +00:00
Documentation available [here](https://git.arcusiridis.com/nova/Chatto/wiki)
2020-05-27 09:25:15 +00:00
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.
2020-05-27 09:21:30 +00:00
2020-07-26 18:42:11 +00:00
A WIP client made in ScalaFX is available [here](https://git.arcusiridis.com/nova/Chatto-Desktop-ScalaFX). It is a complete rewrite in Scala of the previous client, which was also written using Java and Spring Boot.
2020-07-26 18:49:58 +00:00
## License
2020-07-28 18:16:43 +00:00
Chatto is [Free Software](https://www.gnu.org/philosophy/free-sw.en.html), licensed under AGPLv3.
2020-07-26 18:49:58 +00:00
2020-07-26 18:42:11 +00:00
![AGPLv3](agpl-v3-logo.png)