chookchat/README.md

32 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

# Chookchat - A simple messaging service
2024-10-16 08:29:12 +11:00
## What is Chookchat?
2024-10-20 16:05:21 +11:00
Chookchat is a lightweight, secure-ish chat server implementation focused on simplicity and real-time communication. It features user authentication, persistent message history and real-time updates via WebSockets. It uses very little resources on a system, often using a maximum of 20mb. Chookpen is BETA SOFTWARE, and MAY BE BUGGY! Don't expect too much.
2024-10-20 16:05:21 +11:00
2024-11-05 20:18:43 +11:00
## A guide to this repository
2024-10-20 16:05:21 +11:00
2024-11-05 20:41:44 +11:00
Chookpen is split up into multiple parts, the server and different reference clients for different platforms. For extensive documentation of all parts of Chookpen, a repository wiki is being worked on which will be released soon. For now, if you want to learn more about Chookpen, visit each folder.
## Acknowledgments
Chookpen relies on a lot of FOSS software, and wouldn't be possible without it! Here's some quick links to the original projects if you're interested:
### [Javalin](https://javalin.io)
An easy to use web server for Kotlin and Java. Chookpen wouldn't be possible without it!
### [Gradle](https://gradle.org)
The build tool for compiling Chookpen. It just works!
### [Kotlin](https://kotlinlang.org)
The language Chookpen is coded in. How else does it work?
### [OpenJDK](https://openjdk.org)
The best way to run Chookpen. Free and open source!
There's also all the other various libraries I use (and these other libraries use) so check the code for those!