Update readmes, make slight code change
This commit is contained in:
10
README.md
10
README.md
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user