2026-07-21 16:58:44 +10:00
2026-07-21 17:08:25 +10:00
2026-07-21 12:06:46 +10:00
2026-07-20 10:57:07 +10:00

Chookchat

This is a simple message board

Features:

  • Username/password access (passwords secured by bcrypt2)
  • Markdown rendering

Building

Install bin2cpp and maddy.

Then, do the following:

# serialises the client using bin2cpp
sh build.sh

cd server
meson setup builddir
meson compile -C builddir

# run with
./builddir/chookchat
Description
A simple message board
Readme 323 KiB
Languages
C++ 97.4%
JavaScript 0.8%
HTML 0.7%
C 0.7%
CSS 0.2%