From 61c60f79060b86c691c72e9002e087f480d61851 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Tue, 5 Nov 2024 20:41:44 +1100 Subject: [PATCH] Update readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53808d3..fe91790 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,22 @@ Chookpen is a lightweight, secure-ish chat server implementation focused on simp ## A guide to this repository -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. \ No newline at end of file +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)