Update readmes, make slight code change

This commit is contained in:
2024-11-23 19:38:19 +11:00
parent d839652916
commit f69a3fb599
3 changed files with 21 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
# Chookpen - A simple messaging service
# Chookchat - A simple messaging service
## What is Chookpen?
## What is Chookchat?
Chookpen is a lightweight, secure-ish chat server implementation focused on simplicity and real-time communication. It features user authentication, persistent message history, real-time updates via WebSockets, and supports both traditional HTTP endpoints and WebSocket connections for flexible integration. 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.
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.
## A guide to this repository
@@ -25,3 +25,7 @@ The build tool for compiling Chookpen. It just works!
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!