-
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
@marvinborner
and@hyteyt
!
- Of course you can! It's open source! Just make sure to credit
git clone
it 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.js
file according to your servers IP (you can also use a DynDNS) - Run
startserver.sh
to start the server normally orstartserver.sh -p
to start it as a daemon.
Enjoy!