like IRC, but using HTTP
##Running the server
Requirements
Predis
some PHP server
simply host the files, and go (all links are relitave, so it should work)
Extras
also included are the files
clearLog.service,clearLog.timer, and clearLog.sh
these files are used to clear tle log (as the name implies) every day. to enable this functonality, the folowing must be executed.
sudo cp ./clearLog.sh /usr/sbin/clearLog.sh
sudo cp ./clearLog.service /etc/systemd/system/clearLog.service
sudo cp ./clearLog.timer /etc/systemd/system/clearLog.timer
sudo systemctl enable clearLog.timerNOTE: you must have systemd on your system for the scripts to work.