-
What is qChat?
- qChat is a simple, websocket-based online Chatroom-Application!
-
Can I use it for myself?
- Of course you can! It's open source! Just make sure to credit
@marvinbornerand@hyteyt!
- Of course you can! It's open source! Just make sure to credit
git cloneit into your web server path- Go into
assets/php/Server/directory and install server files withcomposer install - Cd into
assets/php/Server/src/and executephp createDB.php(sqlite3 required) - Edit the websocket IP in the
assets/js/main.jsfile according to your servers IP (you can also use a DynDNS) - Run
startserver.shto start the server normally orstartserver.sh -pto start it as a daemon.
Enjoy!