Files
chookchat/README.md
2026-07-24 09:05:33 +10:00

1.1 KiB

Chookchat

This is a simple message board

Features:

  • Username/password access (passwords secured by bcrypt2)
  • Markdown rendering
  • User profile pages
  • Friends (direct messages system) (WIP)

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

Credits

The server uses the following libraries:

The following people have contributed to the project: