5d5982c2dc7d1713496111e99a1b8093fa0d15af
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
Languages
C++
98.1%
JavaScript
0.9%
HTML
0.4%
C
0.3%
CSS
0.2%