forked from chookspace/chookchat
68558973f2bd8e29a9efd5c843bda8a2611c0bd5
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.7%
C
0.7%
HTML
0.2%
CSS
0.2%