-
Multiroom Support Pre-Release
released this
2025-03-14 13:53:17 +11:00 | 0 commits to main since this releaseChookchat now has multiroom support! There are some API changes with this release, hence I have bumped the version from 0.0.2 to 0.1.0.
Not much else has changed.
Download the .tar.xz file, and run the
run
script in the folder to run the Chookchat server. The web client is hosted athttp://localhost:7070
.Downloads
-
Improvements Pre-Release
released this
2024-11-23 18:21:43 +11:00 | 13 commits to main since this releaseChangelog:
- Much improved client, now integrated into the server
- JSON is used to communicate allowing for greater flexibility
- Server now only uses websockets for sending messages
- Work started on commands
The Chookchat CLI client has not been updated recently and isn't included in this release.
To run the server, run the run command in the root directory of the tar.xz file.
Downloads
-
0.0.1 Initial Release Pre-Release
released this
2024-10-24 13:06:13 +11:00 | 22 commits to main since this releaseChangelog:
- This is the first release, future releases will include all changes here.
If you're running a server, download the
server
tar.xz file. In all other cases, download theclient
tar.xz file.To run either the server or client, run the
run
command in the root directory.If you're using the client, make sure to add a .chookpen.profile file to your home directory.
Downloads